Commit in hps-java/src/test/java/org/lcsim/hps/recon/tracking on MAIN
TestRunTrackReconTest.java+11.1 -> 1.2
fix bug in test case

hps-java/src/test/java/org/lcsim/hps/recon/tracking
TestRunTrackReconTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- TestRunTrackReconTest.java	28 Nov 2012 06:42:05 -0000	1.1
+++ TestRunTrackReconTest.java	7 Dec 2012 21:46:15 -0000	1.2
@@ -55,6 +55,7 @@
         loop.setLCIORecordSource(lcioInputFile);
         loop.add(new MainTrackingDriver());
         File outputFile = new TestOutputFile(testFileName.replaceAll(".slcio", "") + "_hpsTestRunTrackingTest.slcio");
+        outputFile.getParentFile().mkdirs(); //make sure the parent directory exists
         loop.add(new LCIODriver(outputFile));
         loop.loop(nEvents, null);
         loop.dispose();
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1