diff options
| -rw-r--r-- | gentoobrowse-api/unittests/testNotifications.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse-api/unittests/testNotifications.cpp b/gentoobrowse-api/unittests/testNotifications.cpp index 104254e..5596e62 100644 --- a/gentoobrowse-api/unittests/testNotifications.cpp +++ b/gentoobrowse-api/unittests/testNotifications.cpp @@ -96,8 +96,8 @@ BOOST_AUTO_TEST_CASE( testNews )  	save("news", e);  	for (auto p : e->body) {  		BOOST_REQUIRE(p->payload.find("Latest news") != std::string::npos); -		// BOOST_REQUIRE(p->payload.find("http://gentoobrowse.randomdan.homeip.net/packages/app-test") != std::string::npos); -		// BOOST_REQUIRE(p->payload.find("http://gentoobrowse.randomdan.homeip.net/packages/app-test/app") != std::string::npos); +		BOOST_REQUIRE(p->payload.find("http://gentoobrowse.randomdan.homeip.net/packages/app-test") != std::string::npos); +		BOOST_REQUIRE(p->payload.find("http://gentoobrowse.randomdan.homeip.net/packages/app-test/app") != std::string::npos);  		BOOST_REQUIRE(p->payload.find("no-show") == std::string::npos);  	}  }  | 
