[Rt-commit] [svn] r1503 - RT-Client/t
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Sat Sep 18 15:56:59 EDT 2004
Author: autrijus
Date: Sat Sep 18 15:56:58 2004
New Revision: 1503
Modified:
RT-Client/t/1-procedural.t
Log:
* Fix a warning reported by Alias
Modified: RT-Client/t/1-procedural.t
==============================================================================
--- RT-Client/t/1-procedural.t (original)
+++ RT-Client/t/1-procedural.t Sat Sep 18 15:56:58 2004
@@ -12,7 +12,7 @@
$ua->cookie_jar({});
get('http://localhost/?user=root&pass=password');
-if (get('http://root:password@localhost/Atom/0.3/') =~ /<feed/) {
+if ((get('http://root:password@localhost/Atom/0.3/')||'') =~ /<feed/) {
plan tests => 69;
}
else {
More information about the Rt-commit
mailing list