Index: TestSupport.h =================================================================== diff -u -re2e28bb9e4896ee2ea33aa701f529491d2953f65 -ra5567411b96a61631d37c8af70b3d6d1012e9776 --- TestSupport.h (.../TestSupport.h) (revision e2e28bb9e4896ee2ea33aa701f529491d2953f65) +++ TestSupport.h (.../TestSupport.h) (revision a5567411b96a61631d37c8af70b3d6d1012e9776) @@ -45,6 +45,7 @@ { TEST_CONFIG_ENABLE_WET_CARTRIDGE_USE = 0, ///< Test configuration enable wet cartridge use. TEST_CONFIG_FIRST = TEST_CONFIG_ENABLE_WET_CARTRIDGE_USE, ///< Test configuration first configuration. + TEST_CONFIG_ENABLE_WORN_CARTRIDGE_USE, ///< Test configuration enable worn cartridge use. NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif