freeside/FS/t clientapi_session.t,NONE,1.1 clientapi_session_field.t,NONE,1.1 ClientAPI_SessionCache.t,NONE,1.1

ivan ivan at pouncequick.420.am
Tue Feb 8 12:22:50 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/t
In directory pouncequick:/tmp/cvs-serv9349/FS/t

Added Files:
	clientapi_session.t clientapi_session_field.t 
	ClientAPI_SessionCache.t 
Log Message:
make self-service session cache module configurable, start framework for in-database session cache

--- NEW FILE: ClientAPI_SessionCache.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::ClientAPI::SessionCache;
$loaded=1;
print "ok 1\n";

--- NEW FILE: clientapi_session.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::clientapi_session;
$loaded=1;
print "ok 1\n";

--- NEW FILE: clientapi_session_field.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::clientapi_session_field;
$loaded=1;
print "ok 1\n";




More information about the freeside-commits mailing list