Skip to content

Commit

Permalink
Revert tmp file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Nov 6, 2007
1 parent 3915585 commit e89c5b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ public JARCacheUnitTestCase(String name)
public void test1() throws Exception
{
// Create a test.jar with v1 in manifest
File testFile = File.createTempFile("test", ".jar");
File testFile = new File("test.jar");
{
Manifest manifest = new Manifest();
manifest.getMainAttributes().putValue(Attributes.Name.MANIFEST_VERSION.toString(), "1");
Expand Down

0 comments on commit e89c5b6

Please sign in to comment.