activate complete SessionElementTracker_test
(doesn't pass yet -- missing sesison initialisation)
This commit is contained in:
parent
d1dd3e2677
commit
ad452a9dd4
2 changed files with 2 additions and 3 deletions
|
|
@ -71,8 +71,7 @@ namespace session {
|
|||
bool
|
||||
SessionImpl::isValid ()
|
||||
{
|
||||
UNIMPLEMENTED ("session self test");
|
||||
return false; // TODO
|
||||
return true; //////////////////////////////////////////////////////////////////////////TICKET #694
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ namespace test {
|
|||
run (Arg)
|
||||
{
|
||||
verify_trackingMechanism();
|
||||
// verify_integration(); ///////////////////////////////////////////TICKET #571
|
||||
verify_integration();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue