mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00

LF is the git default and all new files are stored as such. Old files from the hg to git conversion however were moved over as CRLF.
24 lines
778 B
Plaintext
24 lines
778 B
Plaintext
<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> |