Re-enable C++ Pressure Switch Test.

Also, the pressure switch test is wired correctly now,
  so it should be working again in Java as well.

Change-Id: I066bc969c2e946d79df7c967cd000acfe840dd04
This commit is contained in:
James Kuszmaul
2015-12-01 17:37:14 -05:00
parent 6d00b77ef3
commit d34ba8866b

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);