]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/ServerTest.cpp
test for invoking with unknown argument
[blank.git] / tst / integration / ServerTest.cpp
index fbec21a70f7cd7d9fe96929c1f717129816f61ee..9cee9ee1b90bd2024ba8d7d0e9820dd3c7a40b9a 100644 (file)
@@ -1,6 +1,6 @@
 #include "ServerTest.hpp"
 
-#include "TestServer.hpp"
+#include "TestInstance.hpp"
 
 CPPUNIT_TEST_SUITE_REGISTRATION(blank::test::ServerTest);
 
@@ -18,7 +18,7 @@ void ServerTest::tearDown() {
 
 
 void ServerTest::testStartup() {
-       TestServer server;
+       TestInstance server({ "--server" }, true);
 }
 
 }