diff -r 2965a06983dc -r 81c9bee26a45 lbstest/lbstestproduct/lbsclient/src/ctlbsclientstepsrvconnectclose.cpp --- a/lbstest/lbstestproduct/lbsclient/src/ctlbsclientstepsrvconnectclose.cpp Mon May 03 13:50:32 2010 +0300 +++ b/lbstest/lbstestproduct/lbsclient/src/ctlbsclientstepsrvconnectclose.cpp Tue Jul 13 12:25:28 2010 +0100 @@ -201,7 +201,14 @@ CleanupStack::PopAndDestroy(&server2); } break; - + //Test case LBS-ConnectClose-0010 + case 10: + { + // this test only valid on variant2 api: + __ASSERT_DEBUG(iExpectedApiBehaviour == EApiVariant2, User::Panic(_L("Unrecognised 'Expected Api Behaviour'"), 1)); + INFO_PRINTF1(_L("LBsroot has been started by EPosserver in this mode. ")); + } + break; default: User::Leave(KErrArgument); break;