activate complete SessionElementTracker_test

(doesn't pass yet -- missing sesison initialisation)
This commit is contained in:
Fischlurch 2010-10-20 05:12:13 +02:00
parent d1dd3e2677
commit ad452a9dd4
2 changed files with 2 additions and 3 deletions

View file

@ -71,8 +71,7 @@ namespace session {
bool
SessionImpl::isValid ()
{
UNIMPLEMENTED ("session self test");
return false; // TODO
return true; //////////////////////////////////////////////////////////////////////////TICKET #694
}

View file

@ -109,7 +109,7 @@ namespace test {
run (Arg)
{
verify_trackingMechanism();
// verify_integration(); ///////////////////////////////////////////TICKET #571
verify_integration();
}