New sessions are saved implicitly, remove explicit call
This commit is contained in:
parent
51b2e305c4
commit
dfdce83452
@ -35,8 +35,6 @@ SessionTest::new_session ()
|
|||||||
|
|
||||||
CPPUNIT_ASSERT (new_session);
|
CPPUNIT_ASSERT (new_session);
|
||||||
|
|
||||||
new_session->save_state ("");
|
|
||||||
|
|
||||||
delete new_session;
|
delete new_session;
|
||||||
stop_and_destroy_backend ();
|
stop_and_destroy_backend ();
|
||||||
}
|
}
|
||||||
@ -67,8 +65,6 @@ SessionTest::new_session_from_template ()
|
|||||||
|
|
||||||
CPPUNIT_ASSERT (new_session);
|
CPPUNIT_ASSERT (new_session);
|
||||||
|
|
||||||
new_session->save_state ("");
|
|
||||||
|
|
||||||
delete new_session;
|
delete new_session;
|
||||||
stop_and_destroy_backend ();
|
stop_and_destroy_backend ();
|
||||||
|
|
||||||
@ -115,8 +111,6 @@ SessionTest::open_session_utf8_path ()
|
|||||||
|
|
||||||
CPPUNIT_ASSERT (session);
|
CPPUNIT_ASSERT (session);
|
||||||
|
|
||||||
session->save_state ("");
|
|
||||||
|
|
||||||
} catch(...) {
|
} catch(...) {
|
||||||
new_session_failed = true;
|
new_session_failed = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user