kerneltest/e32test/multimedia/t_sound2.cpp
changeset 152 657f875b013e
parent 109 b3a1d9898418
child 293 0659d0e1a03c
equal deleted inserted replaced
139:95f71bcdcdb7 152:657f875b013e
  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
       
  2386 	if (Load()==KErrNotFound)
  2382 	if (Load()==KErrNotFound)
  2387 		{
  2383 		{
  2388 		Test.Printf(_L("Shared chunk sound driver not supported - test skipped\r\n"));
  2384 		Test.Printf(_L("Shared chunk sound driver not supported - test skipped\r\n"));
  2389 		Test.End();
  2385 		Test.End();
  2390 		Test.Close();
  2386 		Test.Close();