[freeside-commits] freeside/FS/t Cron-backup.t, NONE,
1.1 Cron-bill.t, NONE, 1.1 Cron-vacuum.t, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Wed Feb 1 15:13:50 PST 2006
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv19329/FS/t
Added Files:
Cron-backup.t Cron-bill.t Cron-vacuum.t
Log Message:
finish adding freeside-monthly and monthly events
--- NEW FILE: Cron-vacuum.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::Cron::vacuum;
$loaded=1;
print "ok 1\n";
--- NEW FILE: Cron-backup.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::Cron::backup;
$loaded=1;
print "ok 1\n";
--- NEW FILE: Cron-bill.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::Cron::bill;
$loaded=1;
print "ok 1\n";
More information about the freeside-commits
mailing list