Parcourir la source

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?
Phil Davis il y a 10 ans
Parent
commit
13b6b3989a
3 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 3 3
      test/scripts/README.rst
  2. 2 2
      test/testfilesystem.h
  3. 4 4
      test/testplan.txt

+ 3 - 3
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

+ 2 - 2
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 );

+ 4 - 4
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.