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/06/21 13:30:30 UTC

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

    [ http://issues.apache.org/jira/browse/HARMONY-634?page=comments#action_12417080 ] 

Tim Ellison commented on HARMONY-634:
-------------------------------------

So given that the SegmentTest is still working ok with the HelloWorld.pack, do you still want to apply this and switch to the resources file?


> 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