changeset 27 | b0bc8115cfe9 |
parent 0 | 469c91dae73b |
--- a/imagingext_pub/exif_api/tsrc/src/ExifLibTest.cpp Tue Sep 14 16:30:15 2010 +0300 +++ b/imagingext_pub/exif_api/tsrc/src/ExifLibTest.cpp Wed Oct 13 13:10:46 2010 +0300 @@ -71,9 +71,9 @@ MTest* CExifLibTest::suiteL () { CTestSuite *suite = CTestSuite::NewL(_L8("Test Suite Container")); - + CleanupStack::PushL( suite ); suite->addTestL(CExifLibTestInc::suiteL()); - + CleanupStack::Pop( suite ); return suite; }