mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Populating initial tree
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038902
This commit is contained in:
24
lib/nunit/test.conf
Normal file
24
lib/nunit/test.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
<TestGroup>
|
||||
<ParallelTests>
|
||||
|
||||
<ParallelTest>
|
||||
<Name>Testing</Name>
|
||||
<Tests>
|
||||
<TestConf>
|
||||
<Name>Testing</Name>
|
||||
<Assembly>pnunit.tests.dll</Assembly>
|
||||
<TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>
|
||||
<Machine>localhost:8080</Machine>
|
||||
<TestParams>
|
||||
<string>..\server</string> <!-- server dir -->
|
||||
<string></string> <!-- database server -->
|
||||
<string></string><!-- conn string -->
|
||||
</TestParams>
|
||||
</TestConf>
|
||||
|
||||
</Tests>
|
||||
</ParallelTest>
|
||||
|
||||
|
||||
</ParallelTests>
|
||||
</TestGroup>
|
Reference in New Issue
Block a user