Skip to content
Snippets Groups Projects
Commit d687cf39 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#5514] Do not use X

parent 50aabfba
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ void HookManagerTest::testAddAction ()
int status;
status = urlhook->addAction ("http://www.google.ca/?arg1=arg1&arg2=nvls&x=2&y=45&z=1", "x-www-browser");
CPPUNIT_ASSERT (status == 0);
// status = urlhook->addAction ("http://www.google.ca/?arg1=arg1&arg2=nvls&x=2&y=45&z=1", "x-www-browser");
// CPPUNIT_ASSERT (status == 0);
}
void HookManagerTest::testLargeUrl ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment