[freeside-commits] freeside/FS/t cust_event.t, NONE, 1.1 part_event-Action.t, NONE, 1.1 part_event-Condition.t, NONE, 1.1 part_event.t, NONE, 1.1 part_event_condition.t, NONE, 1.1 part_event_condition_option.t, NONE, 1.1 part_event_condition_option_option.t, NONE, 1.1 part_event_option.t, NONE, 1.1 pkg_referral.t, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Wed Aug 1 15:24:53 PDT 2007
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.17, 1.18 flat_delayed.pm, 1.5, 1.6 prorate.pm, 1.11, 1.12 prorate_delayed.pm, NONE, 1.1 subscription.pm, 1.10, 1.11
- Next message: [freeside-commits] freeside/bin freeside-migrate-events,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv23435/FS/t
Added Files:
cust_event.t part_event-Action.t part_event-Condition.t
part_event.t part_event_condition.t
part_event_condition_option.t
part_event_condition_option_option.t part_event_option.t
pkg_referral.t
Log Message:
event refactor, landing on HEAD!
--- NEW FILE: part_event_condition.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event_condition;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_event.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event;
$loaded=1;
print "ok 1\n";
--- NEW FILE: pkg_referral.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::pkg_referral;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_event_condition_option.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event_condition_option;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_event_option.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event_option;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_event-Condition.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event::Condition;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_event-Action.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event::Action;
$loaded=1;
print "ok 1\n";
--- NEW FILE: part_event_condition_option_option.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::part_event_condition_option_option;
$loaded=1;
print "ok 1\n";
--- NEW FILE: cust_event.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_event;
$loaded=1;
print "ok 1\n";
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.17, 1.18 flat_delayed.pm, 1.5, 1.6 prorate.pm, 1.11, 1.12 prorate_delayed.pm, NONE, 1.1 subscription.pm, 1.10, 1.11
- Next message: [freeside-commits] freeside/bin freeside-migrate-events,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list