Merge pull request #3801 from phil-davis/src2

Minor typos in client test section
This commit is contained in:
Daniel Molkentin 2015-09-10 17:04:52 +02:00
commit 1f55598010
3 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@ This is a set of scripts comprising of two parts:
* ``torture_create_files.pl``: Generation of a real file tree based on the
layout files (deterministic)
These scripts allow to produce a data set with the following criteria:
These scripts allow a data set to be produced with the following criteria:
* realistic in naming
* realistic in file size
@ -15,8 +15,8 @@ These scripts allow to produce a data set with the following criteria:
without checking in the actual data. Instead, a layout file that gets generated
once (reference.lay) is checked in. This makes it possible to produce
standardized benchmarks for mirall. It allows allows to check for files gone
missing in action and other kinds of corruption produced during sync run.
standardized benchmarks for mirall. It allows checking for files gone
missing in action and other kinds of corruption produced during sync runs.
``torture_create_files.pl`` can be fine tuned via variables in the script
header. It sources its file names from ``dict`` wordlist, file extensions and

View file

@ -67,7 +67,7 @@ private slots:
QByteArray sum = calcMd5(file);
QByteArray sSum = shellSum("/usr/bin/md5sum", file);
qDebug() << "calulated" << sum << "versus md5sum:"<< sSum;
qDebug() << "calculated" << sum << "versus md5sum:"<< sSum;
QVERIFY(!sSum.isEmpty());
QVERIFY(!sum.isEmpty());
QVERIFY(sSum == sum );
@ -82,7 +82,7 @@ private slots:
QByteArray sum = calcSha1(file);
QByteArray sSum = shellSum("/usr/bin/sha1sum", file);
qDebug() << "calulated" << sum << "versus sha1sum:"<< sSum;
qDebug() << "calculated" << sum << "versus sha1sum:"<< sSum;
QVERIFY(!sSum.isEmpty());
QVERIFY(!sum.isEmpty());
QVERIFY(sSum == sum );

View file

@ -11,7 +11,7 @@ Test Plan
=> Start oCC and configure to
- oC setup start
= Popup "No ownCloud connection was confgured yet." appears.
= Popup "No ownCloud connection was configured yet." appears.
- Setup with correct values:
- oC where local folder $HOME/ownCloud does not exist
@ -21,7 +21,7 @@ Test Plan
- oC where remote folder clientsync does not exist
= oC set up, but no initial sync folder created
- oC where remote folder clientsync not exists
- oC where remote folder clientsync does not exist
= oC set up with initial sync folder ~/ownCloud => oC//clientsync
- Setup with wrong url
@ -72,12 +72,12 @@ Test Plan
- provide good password:
= oC works and never asks again
- provide wrong password:
= oC tells that username or passwd is wrong.
= oC tells that username or password is wrong.
4.2 Do store password
- Start to configure oC. Checkmark the "Do not store password.." checkbox.
= The password entry field is enabled and takes a passwd
= No dialog pops up to ask for the passwd
= in oC config file the password appears and the nostorepasswd param is false.
= in oC config file the password appears and the nostoredpasswd param is false.
- Restart oC.
= Sync starts, no ask for password.