Statistics
| Branch: | Revision:

root / trunk / hammock / src / packages / NUnit.2.5.10.11092 / tools / test.conf @ 0eea575a

History | View | Annotate | Download (778 Bytes)

1
<TestGroup>
2
    <ParallelTests>
3

    
4
        <ParallelTest>
5
            <Name>Testing</Name>
6
            <Tests>
7
                <TestConf>
8
                    <Name>Testing</Name>
9
                    <Assembly>pnunit.tests.dll</Assembly>
10
                    <TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>
11
                    <Machine>localhost:8080</Machine>
12
                    <TestParams>
13
                        <string>..\server</string> <!-- server dir -->
14
			<string></string> <!-- database server -->
15
			<string></string><!-- conn string -->
16
                    </TestParams>                                                                                
17
                </TestConf>
18

    
19
            </Tests>
20
        </ParallelTest>
21

    
22

    
23
    </ParallelTests>
24
</TestGroup>