Skip to content

Commit b279a36

Browse files
committed
Tests/TPDuringDAQWithTTL: Fix it for ITC1600
When we added the test in 9c3e1d0 (Tests: Add test for TP during DAQ and TTL channels, 2021-03-03) it was not tested with an ITC1600, but as this has a different sampling interval per active channels, we need to adapt the length in points.
1 parent 4571bc1 commit b279a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/Testing-MIES/UTF_BasicHardwareTests.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3729,7 +3729,7 @@ Function TPDuringDAQWithTTL_REENTRY([str])
37293729
CHECK_EQUAL_VAR(TPSettingsCalculated[%totalLengthPointsDAQ], 1000)
37303730
CHECK_EQUAL_VAR(TPSettingsCalculated[%totalLengthPointsTP], 2000)
37313731
#elif defined(TESTS_WITH_ITC1600_HARDWARE)
3732-
CHECK_EQUAL_VAR(TPSettingsCalculated[%totalLengthPointsDAQ], 1000)
3732+
CHECK_EQUAL_VAR(TPSettingsCalculated[%totalLengthPointsDAQ], 2000)
37333733
CHECK_EQUAL_VAR(TPSettingsCalculated[%totalLengthPointsTP], 2000)
37343734
#elif defined(TESTS_WITH_NI_HARDWARE)
37353735
CHECK_EQUAL_VAR(TPSettingsCalculated[%totalLengthPointsDAQ], 5000)

0 commit comments

Comments
 (0)