Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Unit tests

nicolas-raoul edited this page Jan 11, 2013 · 4 revisions

To run the CmisSync unit tests:

  1. Create file SparkleShare/TestLibrary/test-servers.json as explained in the header of CmisSyncTest.cs
  2. Compile the CmisSync solution.
  3. Download xUnit and uncompress it.
  4. Run xunit.clr4.x86.exe (even if you are on a 64bit machine).
  5. A GUI will open, click Assembly > Open.
  6. Choose CmisSync/SparkleShare/TestLibrary/bin/Debug/TestLibrary.dll.
  7. Press "Run all".