kerneltest/e32test/debug/t_context.cpp
changeset 293 0659d0e1a03c
parent 189 a5496987b1da
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
   557 	test.End();
   557 	test.End();
   558 	}
   558 	}
   559 
   559 
   560 TInt E32Main()
   560 TInt E32Main()
   561 	{
   561 	{
       
   562 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
   562 	test.Title();
   563 	test.Title();
   563 	
   564 	
   564 	test.Start(_L("Loading LDD"));
   565 	test.Start(_L("Loading LDD"));
   565 	TInt r = User::LoadLogicalDevice(_L("D_CONTEXT"));
   566 	TInt r = User::LoadLogicalDevice(_L("D_CONTEXT"));
   566 	test(r == KErrNone || r == KErrAlreadyExists);
   567 	test(r == KErrNone || r == KErrAlreadyExists);