*nix compatibility
Modified:
branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp
_____
Modified:
branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp
--- branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp
2005-01-14 21:14:48 UTC (rev 13048)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/tests/invoketest.cpp
2005-01-14 21:40:55 UTC (rev 13049)
@@ -15,5 +15,5 @@
ARE_EQUAL(1, invoke1.output.size());
InvokeFile& file1 = *invoke1.output[0];
- ARE_EQUAL(".\\dir1\\file1.c", file1.name);
+ ARE_EQUAL(FixSeparator("./dir1/file1.c"), file1.name);
}