dovecot-2.0-pigeonhole: Fixed spelling of 'existent' in various ...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Jan 28 23:15:57 EET 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/a3d39b596c90
changeset: 1230:a3d39b596c90
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 b6e0f39906db -r a3d39b596c90 tests/exists.svtest
--- a/tests/exists.svtest	Thu Jan 28 22:09:07 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 b6e0f39906db -r a3d39b596c90 tests/extensions/body/basic.svtest
--- a/tests/extensions/body/basic.svtest	Thu Jan 28 22:09:07 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 b6e0f39906db -r a3d39b596c90 tests/extensions/environment/rfc.svtest
--- a/tests/extensions/environment/rfc.svtest	Thu Jan 28 22:09:07 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 b6e0f39906db -r a3d39b596c90 tests/extensions/include/errors/generic.sieve
--- a/tests/extensions/include/errors/generic.sieve	Thu Jan 28 22:09:07 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 b6e0f39906db -r a3d39b596c90 tests/extensions/subaddress/basic.svtest
--- a/tests/extensions/subaddress/basic.svtest	Thu Jan 28 22:09:07 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 b6e0f39906db -r a3d39b596c90 tests/header.svtest
--- a/tests/header.svtest	Thu Jan 28 22:09:07 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