MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

testFilter not working properly #942

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Load dll file to Gallio Icarus
2. Uncheck three tests and save gallio project to a new project
3. Run the newly saved project via command line
4. Run the newly saved gallio project on CruiseControl.Net server

What is the expected output? What do you see instead?
Expected: only the checked tests run.
Actually: all tests run

What version of the product are you using? On what operating system?
Gallio Icarus 3.2.750
Gallio Echo 3.2.750
OS: Win7
CruisControl.Net: 1.8.5

Please provide any additional information below.
If run the newly saved gallio project on Gallio Icarus, the test does run as 
expected - only checked tests got run.

In this Gallio project, the configuration is changed to the testFilter:

<testFilters>
    <testFilter filterName="AutoSave" filterExpr="(((Id: 3b2d5e023f29c090 or Id: 1111f5af3dd67d30 or Id: 73f1a94820a79001))" />
    <testFilter filterName="LastRun" filterExpr="" />
  </testFilters>

Did these Ids guys stand for the unchecked tests? Is there another way to 
config the testFilter more friendly with appropriate argu? 

Thanks very much.

Original issue reported on code.google.com by sqa...@gmail.com on 10 Jul 2015 at 8:35