mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
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:
@@ -63,7 +63,7 @@ class PCMTest : public testing::Test {
|
|||||||
/**
|
/**
|
||||||
* Test if the compressor turns on and off when the pressure switch is toggled
|
* Test if the compressor turns on and off when the pressure switch is toggled
|
||||||
*/
|
*/
|
||||||
TEST_F(PCMTest, DISABLED_PressureSwitch) {
|
TEST_F(PCMTest, PressureSwitch) {
|
||||||
Reset();
|
Reset();
|
||||||
|
|
||||||
m_compressor->SetClosedLoopControl(true);
|
m_compressor->SetClosedLoopControl(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user