Merge branch 'windows+cc' into cairocanvas
[ardour.git] / libs / ardour / test / jack_utils_test.h
index 6a42d1d015dde4b0ba2d13d407dde4bd32212389..08fad2fc3680fdac24241aa71860e5bce0686441 100644 (file)
@@ -15,7 +15,6 @@ class JackUtilsTest : public CppUnit::TestFixture
        CPPUNIT_TEST (test_server_paths);
        CPPUNIT_TEST (test_config);
        CPPUNIT_TEST (test_command_line);
-       CPPUNIT_TEST (test_start_server);
        CPPUNIT_TEST_SUITE_END ();
 
 public:
@@ -29,5 +28,4 @@ public:
        void test_server_paths ();
        void test_config ();
        void test_command_line ();
-       void test_start_server ();
 };