secureswitools/swisistools/test/tdumpsis/testdumpsis.pl
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
--- a/secureswitools/swisistools/test/tdumpsis/testdumpsis.pl	Tue Aug 31 15:21:33 2010 +0300
+++ b/secureswitools/swisistools/test/tdumpsis/testdumpsis.pl	Wed Sep 01 12:22:02 2010 +0100
@@ -1519,6 +1519,7 @@
 	use Cwd;
 	$dir = cwd;
 	chdir $dir.$DumpsisGenPkgPath;
+	
 	open($pkgcontent,$TestNRflagpkg);
 	foreach (<$pkgcontent>) 
 	{
@@ -1529,7 +1530,7 @@
 		}
 	}
 	close($pkgcontent);
-
+	
 	chdir $dir;
 	$NumberOfTests++;
 	if ($result == 0 && $result1 == 0 && $result2 == 1)