[Pkg-owncloud-commits] [owncloud-client] 92/218: Minor typos in client test section
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 13b6b3989acab715edb2acd601fc32b46167b28b
Author: Phil Davis <phil.davis at inf.org>
Date: Thu Sep 10 18:11:44 2015 +0545
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 4af1d78..61ba380 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 e824edc..300e044 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 e88309f..3152889 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list