[freeside-commits] freeside/FS/t ClientAPI_SessionCache.t,1.1,1.2
Ivan,,,
ivan at wavetail.420.am
Mon Jul 11 03:58:34 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv14174
Modified Files:
ClientAPI_SessionCache.t
Log Message:
s/ClientAPI::SessionCache/ClientAPI_SessionCache/ noticed by rjbs
Index: ClientAPI_SessionCache.t
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/t/ClientAPI_SessionCache.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ClientAPI_SessionCache.t 8 Feb 2005 20:22:46 -0000 1.1
+++ ClientAPI_SessionCache.t 11 Jul 2005 10:58:32 -0000 1.2
@@ -1,5 +1,5 @@
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
-use FS::ClientAPI::SessionCache;
+use FS::ClientAPI_SessionCache;
$loaded=1;
print "ok 1\n";
More information about the freeside-commits
mailing list