You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alex Blewitt (JIRA)" <ji...@apache.org> on 2006/10/14 04:48:46 UTC

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

    [ http://issues.apache.org/jira/browse/HARMONY-634?page=comments#action_12442152 ] 
            
Alex Blewitt commented on HARMONY-634:
--------------------------------------


   [[ Old comment, sent by email on Wed, 21 Jun 2006 20:39:08 +0100 ]]

(Apologies for the large to: list; I'm still unsure how to reply to
automatically generated e-mails)

It wouldn't hurt having the resources test as well as the hello world
test. At some point, I should probably expand the test to check for
the right filename etc. But we don't have to comment out the
helloworld test if it's still working.

Alex.



> Pack200 file with just resources
> --------------------------------
>
>                 Key: HARMONY-634
>                 URL: http://issues.apache.org/jira/browse/HARMONY-634
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alex Blewitt
>         Assigned To: 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