Serializing upcall/upcall final
diff --git a/test/test-dispatcher.cc b/test/test-dispatcher.cc
index 6f619df..20843af 100644
--- a/test/test-dispatcher.cc
+++ b/test/test-dispatcher.cc
@@ -35,7 +35,7 @@
 
 INIT_LOGGER ("Test.Dispatcher");
 
-BOOST_AUTO_TEST_SUITE(DispatcherTest)
+BOOST_AUTO_TEST_SUITE(TestDispatcher)
 
 
 void cleanDir(fs::path dir)
@@ -51,7 +51,7 @@
   BOOST_CHECK_EQUAL(*root1, *root2);
 }
 
-BOOST_AUTO_TEST_CASE(TestDispatcher)
+BOOST_AUTO_TEST_CASE(DispatcherTest)
 {
   INIT_LOGGERS ();