Browse Source

[trac931] Remove stray experiment

Michal 'vorner' Vaner 14 years ago
parent
commit
d6b120403a
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/lib/cc/tests/session_unittests.cc

+ 0 - 5
src/lib/cc/tests/session_unittests.cc

@@ -235,9 +235,4 @@ TEST_F(SessionTest, run_with_handler_timeout) {
     ASSERT_THROW(my_io_service.run(), SessionTimeout);
 }
 
-// Test it throws if we start it twice
-TEST_F(SessionTest, doubleStart) {
-    sess.start();
-}
-