You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/03/15 10:28:09 UTC

[jira] Closed: (HARMONY-1671) Tests for java -jar ... execution

     [ https://issues.apache.org/jira/browse/HARMONY-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Petrenko closed HARMONY-1671.
------------------------------------

    Resolution: Fixed

> Tests for java -jar ... execution
> ---------------------------------
>
>                 Key: HARMONY-1671
>                 URL: https://issues.apache.org/jira/browse/HARMONY-1671
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Anton Luht
>         Assigned To: Alexey Petrenko
>            Priority: Minor
>         Attachments: Harmony-1671-Linux.patch, hyts_Bar.ser, hyts_Foo.ser, jar-exec.diff
>
>
> These are tests for -jar ... style Java execution. They contain regression tests for bug 1562 + various execution options:
> - CLASSPATH environment variable
> - -cp 
> - -jar
> - Class-Path entry
> - Main-Class missing in jar (but found in jar referenced by Class-Path entry)
> - mix of .zip and .jar files in classpath
> All tests are positive - for the situations where class should be found (in other words, no negative - for 'class not found' tests)
> This patch also contains changes to Support_Exec class to support envp variable
> *.ser files attached should be put to <classlib root>\support\src\test\java\tests\resources

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.