* PEAPI.cs: Clean up indentation. Split into ...
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / tests-ms.sh
index 98b2c00dbe84a81a1376b3df2e67a8b568b0398c..6e17f2703934b67416b7d3e67270e91a9949ed22 100755 (executable)
@@ -9,9 +9,9 @@ if [ $# -eq 0 ]; then
 fi\r
 \r
 export MSNet=Yes\r
-cp ../../System.Drawing_test.dll .\r
+cp ../../System.Drawing_test_default.dll .\r
 topdir=../../../..\r
-NUNITCONSOLE=$topdir/class/lib/nunit-console.exe\r
+NUNITCONSOLE=$topdir/class/lib/default/nunit-console.exe\r
 MONO_PATH=$topdir/nunit20:$topdir/class/lib:.\r
 \r
 for i in $@; do\r
@@ -21,7 +21,7 @@ for i in $@; do
                fixture="/fixture:MonoTests.${i}"\r
        fi\r
        MONO_PATH=$MONO_PATH \\r
-               ${NUNITCONSOLE} System.Drawing_test.dll $fixture\r
+               ${NUNITCONSOLE} System.Drawing_test_default.dll $fixture\r
 done\r
 \r
 \r