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
- Previous message: freeside/FS/bin freeside-setup,1.46,1.47
- Next message: freeside/FS/FS clientapi_session.pm,NONE,1.1 clientapi_session_field.pm,NONE,1.1 ClientAPI_SessionCache.pm,NONE,1.1 Conf.pm,1.119,1.120
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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";
- Previous message: freeside/FS/bin freeside-setup,1.46,1.47
- Next message: freeside/FS/FS clientapi_session.pm,NONE,1.1 clientapi_session_field.pm,NONE,1.1 ClientAPI_SessionCache.pm,NONE,1.1 Conf.pm,1.119,1.120
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list