--- a/installationservices/switestfw/test/autotesting/testMakesis.pl Wed Sep 15 12:20:42 2010 +0300
+++ b/installationservices/switestfw/test/autotesting/testMakesis.pl Wed Oct 13 14:40:19 2010 +0300
@@ -1779,39 +1779,6 @@
}
#
-# New test code for DEF145101 - MakeSIS cannot handle package files that contain large (>1000) language codes.
-#
-sub TestDEF145101 {
-
- my $path = "/epoc32/winscw/c/tswi";
- my $pkgfile = "$path/largelanguagecodes";
- my $expectedResult = 0;
-
- WriteLog("Test for DEF145101 - MakeSIS cannot handle package files that contain large (>1000) language codes.\n");
-
- # Do MAKESIS test
- @retval = system("$makesisExeLocation $pkgfile.pkg $pkgfile-tmp.sis > $pkgfile.log");
-
- $logMsg = sprintf "Expected code:%5d result Code:%5d\n", $expectedResult, $?;
- WriteLog( $logMsg);
-
- $NumberOfTests++;
-
- if( $? == $expectedResult ) {
- $NumberOfPassed++;
- WriteLog("Passed\n\n");
- }
- else {
- $NumberOfFailed++;
- WriteLog("Failed\n\n");
- }
-
- unlink("$pkgfile-tmp.sis");
- unlink("$pkgfile.sis");
- unlink("$pkgfile.log");
-}
-
-#
# Main
#
# Create environment and control test flow to testing MAKESIS.EXE
@@ -2947,11 +2914,6 @@
TestInterpretsisReport();
#
-# Test for DEF145101 - MakeSIS cannot handle package files that contain large (>1000) language codes.
-#
-TestDEF145101();
-
-#
# These tests are very specific to windows OS only
#
#