summaryrefslogtreecommitdiffstats
path: root/test/utest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utest.cpp')
-rw-r--r--test/utest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utest.cpp b/test/utest.cpp
index c6b6f18..a023cde 100644
--- a/test/utest.cpp
+++ b/test/utest.cpp
@@ -71,7 +71,7 @@ TEST_F(GpioTest, noEventIn3Seconds)
const std::string emptyTarget = "";
Monitor gpio(DEVICE, code, value, emptyTarget,
- eventP, callbackHandler, false);
+ eventP, false, callbackHandler, false);
// Waiting 3 seconds and check if the completion status is set
int count = 0;
@@ -100,7 +100,7 @@ TEST_F(GpioTest, pumpDataAndExpectCallBack)
const std::string emptyTarget = "";
Monitor gpio(DEVICE, code, value, emptyTarget,
- eventP, callbackHandler, false);
+ eventP, false, callbackHandler, false);
// Pump the data in the middle
int count = 0;
OpenPOWER on IntegriCloud