X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2Ft%2FClientAPI_SessionCache.t;h=605803eef6f3348c150fad8456552ab26279eb94;hp=4ba88e2386ee9d9448a3e0131190a3b460edea88;hb=HEAD;hpb=fc9e97f6cab72de473288470c0681534caf25ea5 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";