Print

Print


Commit in hps-java/src/test/java/org/lcsim/hps/conditions/svt on MAIN
SvtConditionsLoaderTest.java+1-11.6 -> 1.7
correction to max valid fpga number

hps-java/src/test/java/org/lcsim/hps/conditions/svt
SvtConditionsLoaderTest.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- SvtConditionsLoaderTest.java	11 Oct 2013 01:27:33 -0000	1.6
+++ SvtConditionsLoaderTest.java	11 Oct 2013 01:42:54 -0000	1.7
@@ -62,7 +62,7 @@
                 int hybrid = sensor.getHybridNumber();
                 assertTrue("Invalid hybrid value.", hybrid >= 0 && hybrid <= 2);
                 int fpga = sensor.getFpgaNumber();
-                assertTrue("Invalid FPGA value.", fpga >= 0 && fpga <=5);
+                assertTrue("Invalid FPGA value.", fpga >= 0 && fpga <= 6);
                 
                 // Check that conditions values are not zero:
                 assertTrue("Gain is zero.", sensor.getGain(channel) != 0);
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