From fc9e97f6cab72de473288470c0681534caf25ea5 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 8 Feb 2005 20:22:46 +0000 Subject: make self-service session cache module configurable, start framework for in-database session cache --- FS/t/ClientAPI_SessionCache.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/ClientAPI_SessionCache.t (limited to 'FS/t/ClientAPI_SessionCache.t') diff --git a/FS/t/ClientAPI_SessionCache.t b/FS/t/ClientAPI_SessionCache.t new file mode 100644 index 000000000..4ba88e238 --- /dev/null +++ b/FS/t/ClientAPI_SessionCache.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::ClientAPI::SessionCache; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1 From d4cbeeb08ebfb1803a82cc4284ad592fa9950de1 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 11 Jul 2005 10:58:32 +0000 Subject: s/ClientAPI::SessionCache/ClientAPI_SessionCache/ noticed by rjbs --- FS/t/ClientAPI_SessionCache.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/t/ClientAPI_SessionCache.t') diff --git a/FS/t/ClientAPI_SessionCache.t b/FS/t/ClientAPI_SessionCache.t index 4ba88e238..605803eef 100644 --- a/FS/t/ClientAPI_SessionCache.t +++ b/FS/t/ClientAPI_SessionCache.t @@ -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"; -- cgit v1.2.1