From d34ba8866b74a42e35e9e04af0cefe6afb58b2ef Mon Sep 17 00:00:00 2001 From: James Kuszmaul Date: Tue, 1 Dec 2015 17:37:14 -0500 Subject: [PATCH] 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 --- wpilibcIntegrationTests/src/PCMTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpilibcIntegrationTests/src/PCMTest.cpp b/wpilibcIntegrationTests/src/PCMTest.cpp index eb7b9ec67d..14f23ca8e7 100644 --- a/wpilibcIntegrationTests/src/PCMTest.cpp +++ b/wpilibcIntegrationTests/src/PCMTest.cpp @@ -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);