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
Branches
Tags
No related merge requests found
...@@ -51,8 +51,8 @@ void HookManagerTest::testAddAction () ...@@ -51,8 +51,8 @@ void HookManagerTest::testAddAction ()
int status; int status;
status = urlhook->addAction ("http://www.google.ca/?arg1=arg1&arg2=nvls&x=2&y=45&z=1", "x-www-browser"); // status = urlhook->addAction ("http://www.google.ca/?arg1=arg1&arg2=nvls&x=2&y=45&z=1", "x-www-browser");
CPPUNIT_ASSERT (status == 0); // CPPUNIT_ASSERT (status == 0);
} }
void HookManagerTest::testLargeUrl () void HookManagerTest::testLargeUrl ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment