kerneltest/e32test/multimedia/t_sound2.cpp
changeset 109 b3a1d9898418
parent 15 4122176ea935
child 133 2a0ada0a1bf8
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
  2377 	TInt r;
  2377 	TInt r;
  2378 
  2378 
  2379 	Test.Title();
  2379 	Test.Title();
  2380 
  2380 
  2381 	Test.Start(_L("Load"));
  2381 	Test.Start(_L("Load"));
       
  2382 	// --- TEMPORARILY DISABLING T_SOUND2
       
  2383 	Test.Printf(_L("T_SOUND2 DISABLED UNTIL DEF144934 IS FIXED\n"));
       
  2384 	CHECK(0);
       
  2385 	// --- TEMPORARILY DISABLING T_SOUND2
  2382 	if (Load()==KErrNotFound)
  2386 	if (Load()==KErrNotFound)
  2383 		{
  2387 		{
  2384 		Test.Printf(_L("Shared chunk sound driver not supported - test skipped\r\n"));
  2388 		Test.Printf(_L("Shared chunk sound driver not supported - test skipped\r\n"));
  2385 		Test.End();
  2389 		Test.End();
  2386 		Test.Close();
  2390 		Test.Close();