@BeforeClass(alwaysRun = true)
public static void setUpBeforeClass() throws Exception
{
- Cache.loadProperties("test/jalview/bin/commandsTest.jvprops");
+ Cache.loadProperties("test/jalview/bin/commandsTest2.jvprops");
Date oneHourFromNow = new Date(
System.currentTimeMillis() + 3600 * 1000);
Cache.setDateProperty("JALVIEW_NEWS_RSS_LASTMODIFIED", oneHourFromNow);
+ "--noannotations " + "--nossannotations "
+ "--props=test/jalview/bin/commandsTest2.jvprops1 ",
15, 0, 1 },
- { "--argfile=test/jalview/bin/commandsTest2.argfile1 ", 16, 19, 3 },
- { "--argfile=test/jalview/bin/commandsTest2.argfile2 ", 16, 0, 2 },
+ { "--props=test/jalview/bin/commandsTest2.jvprops --argfile=test/jalview/bin/commandsTest2.argfile1 ",
+ 16, 19, 3 },
+ { "--props=test/jalview/bin/commandsTest2.jvprops --argfile=test/jalview/bin/commandsTest2.argfile2 ",
+ 16, 0, 2 },
//
};
}