Change name of output file.

This commit is contained in:
Kevin Ruland 2012-07-23 15:58:42 +00:00 committed by U-WINDOWS-C28163E\Administrator
parent f92cb2c8d6
commit 26370cd416

View File

@ -54,7 +54,7 @@ public class TextureOutputTest {
saver.setFileType(StorageOptions.FileType.OPENROCKET);
saver.setIncludeDecals(true);
new GeneralRocketSaver().save(new File("3d-Test-Junk/net/sf/openrocket/startup/Apocalypse-ork.zip"), doc, saver);
new GeneralRocketSaver().save(new File("3d-Test-Junk/net/sf/openrocket/startup/Apocalypse with decals.ork"), doc, saver);
}
}