~mandel/ubuntuone-windows-installer/improve_logging

« back to all changes in this revision

Viewing changes to tools/NUnit/test.conf

  • Committer: Manuel de la Pena
  • Date: 2010-10-12 15:16:27 UTC
  • Revision ID: mandel@themacaque.com-20101012151627-j8rm4ji73nkmyq8b
Updates the nunit version so that it can run the .Net 4.0 code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>
 
 
b'\\ No newline at end of file'