From 13b6b3989acab715edb2acd601fc32b46167b28b Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 10 Sep 2015 18:11:44 +0545 Subject: [PATCH] Minor typos in client test section Note: I am not sure that nostoredpasswd even exists in the current version. Maybe the stuff in testplan.txt is old and not relevant anyway? --- test/scripts/README.rst | 6 +++--- test/testfilesystem.h | 4 ++-- test/testplan.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/test/scripts/README.rst b/test/scripts/README.rst index 4af1d7848..61ba3802c 100644 --- a/test/scripts/README.rst +++ b/test/scripts/README.rst @@ -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 diff --git a/test/testfilesystem.h b/test/testfilesystem.h index e824edc0f..300e0444e 100644 --- a/test/testfilesystem.h +++ b/test/testfilesystem.h @@ -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 ); diff --git a/test/testplan.txt b/test/testplan.txt index e88309fcc..315288936 100644 --- a/test/testplan.txt +++ b/test/testplan.txt @@ -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.