You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2018/01/23 18:28:00 UTC

nifi-minifi-cpp git commit: MINIFICPP-377: Resolve log level of GPS Test

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 6a73bf616 -> 994ab3d29


MINIFICPP-377: Resolve log level of GPS Test

This closes #248.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/994ab3d2
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/994ab3d2
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/994ab3d2

Branch: refs/heads/master
Commit: 994ab3d29cab921542acc2e6cc0ddfa3dfd42acd
Parents: 6a73bf6
Author: Marc Parisi <ph...@apache.org>
Authored: Tue Jan 23 06:44:56 2018 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue Jan 23 13:27:04 2018 -0500

----------------------------------------------------------------------
 libminifi/test/gps-tests/GPSTests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/994ab3d2/libminifi/test/gps-tests/GPSTests.cpp
----------------------------------------------------------------------
diff --git a/libminifi/test/gps-tests/GPSTests.cpp b/libminifi/test/gps-tests/GPSTests.cpp
index db34def..185f99a 100644
--- a/libminifi/test/gps-tests/GPSTests.cpp
+++ b/libminifi/test/gps-tests/GPSTests.cpp
@@ -42,7 +42,7 @@ TEST_CASE("GPSD Create", "[gpsdtest1]") {
   TestController testController;
   core::ClassLoader::getDefaultClassLoader().registerResource("", "createGPSFactory");
 
-  LogTestController::getInstance().setDebug<minifi::processors::GetGPS>();
+  LogTestController::getInstance().setTrace<minifi::processors::GetGPS>();
 
   std::shared_ptr<TestPlan> plan = testController.createPlan();