forked from aegif/CmisSync
-
Notifications
You must be signed in to change notification settings - Fork 1
Unit tests
nicolas-raoul edited this page Jan 11, 2013
·
4 revisions
To run the CmisSync unit tests:
- Create file
SparkleShare/TestLibrary/test-servers.jsonas explained in the header of CmisSyncTest.cs - Compile the CmisSync solution.
- Download xUnit and uncompress it.
- Run
xunit.clr4.x86.exe(even if you are on a 64bit machine). - A GUI will open, click
Assembly > Open. - Choose
CmisSync/SparkleShare/TestLibrary/bin/Debug/TestLibrary.dll. - Press "Run all".