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 Oct 15, 2012 · 4 revisions

To run the CmisSync unit tests:

  1. Compile the CmisSync solution.
  2. Download xUnit and uncompress it.
  3. Run xunit.clr4.x86.exe (even if you are on a 64bit machine).
  4. A GUI will open, click Assembly > Open.
  5. Choose CmisSync/SparkleShare/TestLibrary/bin/Debug/TestLibrary.dll.
  6. Press "Run all".
  7. If errors appear, you probably need to change the servers url/user/password/etc in CmisSync/SparkleShare/TestLibrary/*.cs.

Clone this wiki locally