Skip to content
nicolas-raoul edited this page Sep 5, 2014 · 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. Run NUnit.

It is also always a good idea to test manually:

  • On the server:
    • At the root of the synchronized folder:
      • Create/Rename/Delete folder
      • Create/Rename/Modify/Delete file
    • In a subfolder of the synchronized folder:
      • Create/Rename/Delete folder
      • Create/Rename/Modify/Delete file
  • On the local client computer:
    • At the root of the synchronized folder:
      • Create/Rename/Delete folder
      • Create/Rename/Modify/Delete file
    • In a subfolder of the synchronized folder:
      • Create/Rename/Delete folder
      • Create/Rename/Modify/Delete file