imakerplugin/com.nokia.s60tools.imaker.tests/src/com/nokia/s60tools/imaker/internal/impmodel/tests/ImpResourceLoadTests.java
changeset 11 217e69fc5beb
parent 1 7ff23301fe22
--- a/imakerplugin/com.nokia.s60tools.imaker.tests/src/com/nokia/s60tools/imaker/internal/impmodel/tests/ImpResourceLoadTests.java	Wed Apr 21 11:49:56 2010 +0300
+++ b/imakerplugin/com.nokia.s60tools.imaker.tests/src/com/nokia/s60tools/imaker/internal/impmodel/tests/ImpResourceLoadTests.java	Wed Apr 28 13:50:48 2010 +0300
@@ -133,7 +133,7 @@
 		String content = "#comment1\nvar1 = foo\n" +
 		"define IMAGE_ORIDECONF\n" +
 		"\tekern.exe udeb core\n" +
-		"\tAbout.r01 hie rofs2\n" +
+		"\tAbout.r01 hide rofs2\n" +
 		"endef";
 		
 		populateTestFile(content);
@@ -158,7 +158,7 @@
 				"#trace configurations\n" +
 				"define IMAGE_ORIDECONF\n" +
 				"\tekern.exe udeb core\n" +
-				"\tAbout.r01 hie rofs2\n" +
+				"\tAbout.r01 hide rofs2\n" +
 				"endef";
 
 		populateTestFile(content);
@@ -196,7 +196,7 @@
 		"#trace configurations\n" +
 		"define IMAGE_ORIDECONF\n" +
 		"\tekern.exe udeb core\n" +
-		"\tAbout.r01 hie rofs2\n" +
+		"\tAbout.r01 hide rofs2\n" +
 		"endef";
 		
 		populateTestFile(content);