[Rt-commit] r9019 - in rt/branches/3.7-EXPERIMENTAL: .

sartak at bestpractical.com sartak at bestpractical.com
Wed Sep 12 12:37:57 EDT 2007


Author: sartak
Date: Wed Sep 12 12:37:57 2007
New Revision: 9019

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t

Log:
 r42582 at onn:  sartak | 2007-09-12 12:37:49 -0400
 Fix some test failures caused by ruz fixing --trust=always


Modified: rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t	(original)
+++ rt/branches/3.7-EXPERIMENTAL/t/web/crypt-gnupg.t	Wed Sep 12 12:37:57 2007
@@ -431,11 +431,11 @@
 like($content, qr/OR-recipient\@example.com-O/, "original Requestors untouched");
 like($content, qr/OR-nokey\@example.com-O/, "original Requestors untouched");
 
-like($content, qr/KO-root \(untrusted!\)-K/, "KeyOwnerName does not issue no-pubkey warning for recipient");
+like($content, qr/KO-root-K/, "KeyOwnerName does not issue no-pubkey warning for recipient");
 like($content, qr/KO-nokey \(no pubkey!\)-K/, "KeyOwnerName issues no-pubkey warning for root");
 like($content, qr/KO-Nobody \(no pubkey!\)-K/, "KeyOwnerName issues no-pubkey warning for nobody");
 
-like($content, qr/KR-recipient\@example.com \(untrusted!\)-K/, "KeyRequestors does not issue no-pubkey warning for recipient\@example.com");
-like($content, qr/KR-general\@example.com \(untrusted!\)-K/, "KeyRequestors does not issue no-pubkey warning for general\@example.com");
+like($content, qr/KR-recipient\@example.com-K/, "KeyRequestors does not issue no-pubkey warning for recipient\@example.com");
+like($content, qr/KR-general\@example.com-K/, "KeyRequestors does not issue no-pubkey warning for general\@example.com");
 like($content, qr/KR-nokey\@example.com \(no pubkey!\)-K/, "KeyRequestors DOES issue no-pubkey warning for nokey\@example.com");
 


More information about the Rt-commit mailing list