Open GoogleCodeExporter opened 9 years ago
Running individual test files from cmd line also results in same problem:
Gallio Echo - Version 3.2 build 601
Get the latest version at http://www.gallio.org/
Start time: 10:42 AM
Initializing the runtime and loading plugins.
Verifying test files.
Initializing the test runner.
Running the tests.
[warning] File 'AlphaNumericComparerTestFixture.cs' is not supported by any inst
alled test framework. It will be ignored.
Location: C:\source\reporter\test\Test.Pason\AlphaNumericComparerTestFix
ture.cs
[ignored] Unsupported AlphaNumericComparerTestFixture.cs
This test is not supported by any available test framework.
Disposing the test runner.
Stop time: 10:42 AM (Total execution time: 0.385 seconds)
0 run, 0 passed, 0 failed, 0 inconclusive, 1 skipped (1 ignored)
Original comment by monkey.s...@gmail.com
on 24 Sep 2010 at 4:44
It seems the reason I can run the entire test harness via command line is
because it seems to work fine when targeting specific dll's:
Gallio.Echo.exe /r:IsolatedAppDomain /rt:Html /rt:XML /rd:. /rnf:UnitTestOutput
Test.Pason.Reporter.Platform\bin\Debug\*.dll
But whatever Icarus does to run specific files in the test harness seems to be
broken for me.
Original comment by monkey.s...@gmail.com
on 24 Sep 2010 at 4:58
Original issue reported on code.google.com by
monkey.s...@gmail.com
on 24 Sep 2010 at 12:24