1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-19 13:42:46 +02:00
Nextcloud-Desktop/csync/tests/ownCloud
2014-02-12 13:44:32 +01:00
..
HTTP Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
ownCloud Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
testfiles Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
toremote1 Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
exclude.cfg Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
README Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
t1.cfg.in Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
t1.pl Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
t2.pl Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
t3.pl Fix problems if a file is moved, and another file is created with the same name 2014-02-12 13:44:32 +01:00
t4.pl Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00
testfiles.tar.xz Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00

t1 - an integration test script for csync syncing to ownCloud.

Note: This test script uses perl HTTP::DAV. This package needs to
be in version 0.46 at least. Many distros deliver older versions.
A working version is part of the github checkout.

Note: This test script uses perl HTTP::DAV. This package needs to
be in version 0.46 at least. Many distros deliver older versions.
Update than.

t1 uses a perl WebDAV client lib to sync to an existing instance of
ownCloud. For that, various files are copied around, synced and the
results are tested through their existance, the filesize and the 
modification times. All tests are asserts, which means that the 
scripts stops if a test fails.

How to call:

First, configure the script. For that, create a file t1.cfg. There
is t1.cfg.in as an example. Yeah, this test script is not secure,
make sure to run it with a weak account and in a save environment.

Second, unpack the test file collection with 
tar xf testfiles.tar.xz
in the directory where the tarball can be found.

To start the script, call ./t1.pl on the commandline. A lot of 
output is generated. If the script does not fail, everything works.

Before it actually ends, it takes a four seconds break for you to 
interrupt with Ctrl-C. If you don't do that, it removes all its 
traces...

Have fun,
Klaas Freitag <freitag@owncloud.com>