--- a/builder/com.nokia.carbide.cdt.builder.test/src/com/nokia/carbide/cdt/builder/test/TestMMPViewPathHelper.java Thu May 13 13:18:55 2010 -0500
+++ b/builder/com.nokia.carbide.cdt.builder.test/src/com/nokia/carbide/cdt/builder/test/TestMMPViewPathHelper.java Thu May 13 14:39:17 2010 -0500
@@ -335,10 +335,10 @@
if (HostOS.IS_WIN32) {
try {
path = helper.convertProjectOrFullPathToMMP(EMMPPathContext.AIF_SOURCE,
- new Path("f:/schnozz/foo.rss"));
+ new Path("b:/schnozz/foo.rss"));
fail();
} catch (InvalidDriveInMMPPathException e) {
- assertEquals(new Path("f:/schnozz/foo.rss"), e.getPath());
+ assertEquals(new Path("b:/schnozz/foo.rss"), e.getPath());
assertEquals(new Path("/schnozz/foo.rss"), e.getPathNoDevice());
}
}