Merge "Re-enable C++ Pressure Switch Test."

This commit is contained in:
Peter Johnson (294)
2015-12-01 20:01:28 -08:00
committed by Gerrit Code Review

View File

@@ -63,7 +63,7 @@ class PCMTest : public testing::Test {
/**
* Test if the compressor turns on and off when the pressure switch is toggled
*/
TEST_F(PCMTest, DISABLED_PressureSwitch) {
TEST_F(PCMTest, PressureSwitch) {
Reset();
m_compressor->SetClosedLoopControl(true);