Commit in hps-java/src/test/java/org/lcsim/hps/conditions/svt on MAIN
SvtConditionsLoaderTest.java+4-41.7 -> 1.8

hps-java/src/test/java/org/lcsim/hps/conditions/svt
SvtConditionsLoaderTest.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- SvtConditionsLoaderTest.java	11 Oct 2013 01:42:54 -0000	1.7
+++ SvtConditionsLoaderTest.java	11 Oct 2013 01:56:04 -0000	1.8
@@ -75,10 +75,10 @@
                 // There are four channels in the database where these are all zeroes.
                 if (pulse[0] != 0) {                
                     // Check pulse parameters:
-                    assertTrue("amplitude is zero", pulse[0] != 0);
-                    assertTrue("t0 is zero", pulse[1] != 0);
-                    assertTrue("tp is zero", pulse[2] != 0);
-                    assertTrue("chisq is zero", pulse[3] != 0);
+                    assertTrue("amplitude is zero.", pulse[0] != 0);
+                    assertTrue("t0 is zero.", pulse[1] != 0);
+                    assertTrue("tp is zero.", pulse[2] != 0);
+                    assertTrue("chisq is zero.", pulse[3] != 0);
                 }
                 
                 // Add to bad channel count.
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