dovecot-1.2-sieve: Fixed spelling of 'existent' in various tests...
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Thu Jan 28 23:15:05 EET 2010
details: http://hg.rename-it.nl/dovecot-1.2-sieve/rev/5549097e262b
changeset: 1235:5549097e262b
user: Stephan Bosch <stephan at rename-it.nl>
date: Thu Jan 28 22:15:00 2010 +0100
description:
Fixed spelling of 'existent' in various testsuite scripts.
diffstat:
tests/exists.svtest | 6 +++---
tests/extensions/body/basic.svtest | 6 +++---
tests/extensions/environment/rfc.svtest | 2 +-
tests/extensions/include/errors/generic.sieve | 2 +-
tests/extensions/subaddress/basic.svtest | 4 ++--
tests/header.svtest | 2 +-
6 files changed, 11 insertions(+), 11 deletions(-)
diffs (101 lines):
diff -r 4db14bda6a19 -r 5549097e262b tests/exists.svtest
--- a/tests/exists.svtest Wed Jan 27 19:59:34 2010 +0100
+++ b/tests/exists.svtest Thu Jan 28 22:15:00 2010 +0100
@@ -17,7 +17,7 @@
}
if exists "x-nonsense" {
- test_fail "exists test found non-existant header";
+ test_fail "exists test found non-existent header";
}
}
@@ -27,7 +27,7 @@
}
if exists ["from","to","x-nonsense"] {
- test_fail "exists test found non-existant header";
+ test_fail "exists test found non-existent header";
}
}
@@ -37,6 +37,6 @@
}
if exists ["x-spam", "sub", "resent"] {
- test_fail "exists test found non-existant header";
+ test_fail "exists test found non-existent header";
}
}
diff -r 4db14bda6a19 -r 5549097e262b tests/extensions/body/basic.svtest
--- a/tests/extensions/body/basic.svtest Wed Jan 27 19:59:34 2010 +0100
+++ b/tests/extensions/body/basic.svtest Thu Jan 28 22:15:00 2010 +0100
@@ -84,14 +84,14 @@
test "No body" {
if body :raw :contains "" {
- test_fail "matched against non-existant body (:contains \"\")";
+ test_fail "matched against non-existent body (:contains \"\")";
}
if body :raw :is "" {
- test_fail "matched against non-existant body (:is \"\")";
+ test_fail "matched against non-existent body (:is \"\")";
}
if body :raw :matches "*" {
- test_fail "matched against non-existant body (:matches \"*\")";
+ test_fail "matched against non-existent body (:matches \"*\")";
}
}
diff -r 4db14bda6a19 -r 5549097e262b tests/extensions/environment/rfc.svtest
--- a/tests/extensions/environment/rfc.svtest Wed Jan 27 19:59:34 2010 +0100
+++ b/tests/extensions/environment/rfc.svtest Thu Jan 28 22:15:00 2010 +0100
@@ -2,7 +2,7 @@
require "environment";
require "relational";
-test "Non-existant" {
+test "Non-existent" {
if environment :contains "nonsense" "" {
test_fail "matched unknown environment item";
}
diff -r 4db14bda6a19 -r 5549097e262b tests/extensions/include/errors/generic.sieve
--- a/tests/extensions/include/errors/generic.sieve Wed Jan 27 19:59:34 2010 +0100
+++ b/tests/extensions/include/errors/generic.sieve Thu Jan 28 22:15:00 2010 +0100
@@ -1,6 +1,6 @@
require "include";
-# Non-existant sieve script
+# Non-existent sieve script
include "frop.sieve";
# Use of / in script names
diff -r 4db14bda6a19 -r 5549097e262b tests/extensions/subaddress/basic.svtest
--- a/tests/extensions/subaddress/basic.svtest Wed Jan 27 19:59:34 2010 +0100
+++ b/tests/extensions/subaddress/basic.svtest Thu Jan 28 22:15:00 2010 +0100
@@ -102,10 +102,10 @@
test "No detail" {
if envelope :detail "to" "virus" {
- test_fail ":detail matched non-existant detail element in envelope (separator is missing)";
+ test_fail ":detail matched non-existent detail element in envelope (separator is missing)";
}
if address :detail "from" "virus" {
- test_fail ":detail matched non-existant detail element in from header (separator is missing)";
+ test_fail ":detail matched non-existent detail element in from header (separator is missing)";
}
}
diff -r 4db14bda6a19 -r 5549097e262b tests/header.svtest
--- a/tests/header.svtest Wed Jan 27 19:59:34 2010 +0100
+++ b/tests/header.svtest Thu Jan 28 22:15:00 2010 +0100
@@ -45,7 +45,7 @@
test "Contains empty - not exist" {
if header :contains "x-nonsense" "" {
- test_fail "header test :contains match type matches \"\" on non-existant header";
+ test_fail "header test :contains match type matches \"\" on non-existent header";
}
}
More information about the dovecot-cvs
mailing list