You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/07/04 13:25:30 UTC

[jira] Resolved: (HARMONY-634) Pack200 file with just resources

     [ http://issues.apache.org/jira/browse/HARMONY-634?page=all ]
     
Tim Ellison resolved HARMONY-634:
---------------------------------

    Resolution: Fixed

Seems that we don't need this resource-only file (at least at the moment).
Tests passing ok with the existing jar.


> Pack200 file with just resources
> --------------------------------
>
>          Key: HARMONY-634
>          URL: http://issues.apache.org/jira/browse/HARMONY-634
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Alex Blewitt
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: JustResources.pack, JustResources.patch
>
> This file is a pack200 Jar file that just contains resources, which can be used to substitute the HelloWorld.pack that's used in the SegmentTest test case.  I've commented out the one that will fail and the JustResources.pack can be put in the same place as the HelloWorld.pack one
> Index: /Users/alex/Documents/HarmonyWorkspace/Pack200/src/test/java/org/apache/harmony/archive/tests/internal/pack200/SegmentTest.java
> ===================================================================
> --- /Users/alex/Documents/HarmonyWorkspace/Pack200/src/test/java/org/apache/harmony/archive/tests/internal/pack200/SegmentTest.java	(revision 415823)
> +++ /Users/alex/Documents/HarmonyWorkspace/Pack200/src/test/java/org/apache/harmony/archive/tests/internal/pack200/SegmentTest.java	(working copy)
> @@ -29,9 +29,17 @@
>  	 * @param args
>  	 * @throws Exception
>  	 */
> -	public void testHelloWorld() throws Exception {
> +//	public void testHelloWorld() throws Exception {
> +//		assertNotNull(Segment.parse(Segment.class
> +//				.getResourceAsStream("/org/apache/harmony/archive/tests/internal/pack200/HelloWorld.pack")));
> +//	}
> +	/**
> +	 * @param args
> +	 * @throws Exception
> +	 */
> +	public void testJustResources() throws Exception {
>  		assertNotNull(Segment.parse(Segment.class
> -				.getResourceAsStream("/org/apache/harmony/archive/tests/internal/pack200/HelloWorld.pack")));
> +				.getResourceAsStream("/org/apache/harmony/archive/tests/internal/pack200/JustResources.pack")));
>  	}
>  
>  }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira