kerneltest/e32test/dmav2/test_thread.cpp
changeset 139 95f71bcdcdb7
parent 36 538db54a451d
child 293 0659d0e1a03c
--- a/kerneltest/e32test/dmav2/test_thread.cpp	Fri May 14 17:13:29 2010 +0300
+++ b/kerneltest/e32test/dmav2/test_thread.cpp	Thu May 27 14:17:14 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -38,7 +38,6 @@
 
 TTestThread::~TTestThread()
 	{
-	//RTest::CloseHandleAndWaitForDestruction(iThread);
 	iThread.Close();
 	}
 
@@ -90,6 +89,10 @@
 	iName.Close();
 	}
 
+void CTest::SetupL()
+	{
+	}
+
 void CTest::operator()()
 	{
 	for(TInt i=0; i<iIterations; i++)
@@ -139,7 +142,7 @@
 
 	for(TInt i=0; i<aNumberOfThreads; i++)
 		{
-		//test.Next(_L("Create test thread"));
+		test.Next(_L("Create test thread"));
 		CTest* newTest = aTest.Clone();
 		test_NotNull(newTest);