Index: TestSupport.h =================================================================== diff -u -r70d4f14eda44c2d2ca2a087d525b144ca86faaef -r5b0a75e836a3f30e2ab6a627920a36c9e0f1d914 --- TestSupport.h (.../TestSupport.h) (revision 70d4f14eda44c2d2ca2a087d525b144ca86faaef) +++ TestSupport.h (.../TestSupport.h) (revision 5b0a75e836a3f30e2ab6a627920a36c9e0f1d914) @@ -49,6 +49,8 @@ TEST_CONFIG_USE_WORN_CARTRIDGE, ///< Test configuration use worn cartridge. TEST_CONFIG_EXPEDITE_PRE_TREATMENT, ///< Test configuration expedite pre-treatment. TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime. + TEST_CONFIG_SKIP_DISINFECT_AND_SERVICE_TX_BLOCKERS, ///< Test configuration skip disinfect and service treatment blockers. + TEST_CONFIG_DISABLE_WET_SELFTEST_DISPLACEMENT_CHECK, ///< Test configuration disable wet self test displacement check. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif