~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/NUnit/test.conf

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

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'