From: <br...@us...> - 2009-07-20 13:56:52
|
Revision: 535 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=535&view=rev Author: brus07 Date: 2009-07-20 13:56:50 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Don't generate test result in xml file. Modified Paths: -------------- nera/projects/nera.tester.runner/trunk/runTestHardCode.bat Modified: nera/projects/nera.tester.runner/trunk/runTestHardCode.bat =================================================================== --- nera/projects/nera.tester.runner/trunk/runTestHardCode.bat 2009-07-20 12:12:46 UTC (rev 534) +++ nera/projects/nera.tester.runner/trunk/runTestHardCode.bat 2009-07-20 13:56:50 UTC (rev 535) @@ -1,2 +1,2 @@ echo Running unit tests (nera.tester.runner.test) -..\..\..\Tools\nunit-v2.2.8\bin\nunit-console.exe /nologo /labels bin\Release\nera.tester.runner.test.dll \ No newline at end of file +..\..\..\Tools\nunit-v2.2.8\bin\nunit-console.exe /nologo /xml /labels bin\Release\nera.tester.runner.test.dll \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |