diff options
Diffstat (limited to 'FS/t')
-rwxr-xr-x | FS/t/elec_general.t | 5 | ||||
-rwxr-xr-x | FS/t/svc_elec.t | 5 | ||||
-rwxr-xr-x | FS/t/transaction810.t | 5 | ||||
-rwxr-xr-x | FS/t/transaction867.t | 5 | ||||
-rwxr-xr-x | FS/t/usage_elec.t | 5 | ||||
-rwxr-xr-x | FS/t/usage_elec_transaction867.t | 5 |
6 files changed, 30 insertions, 0 deletions
diff --git a/FS/t/elec_general.t b/FS/t/elec_general.t new file mode 100755 index 000000000..9dfb1d260 --- /dev/null +++ b/FS/t/elec_general.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::elec_general; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/svc_elec.t b/FS/t/svc_elec.t new file mode 100755 index 000000000..e7fda3436 --- /dev/null +++ b/FS/t/svc_elec.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_elec; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/transaction810.t b/FS/t/transaction810.t new file mode 100755 index 000000000..98c6b88b6 --- /dev/null +++ b/FS/t/transaction810.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::transaction810; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/transaction867.t b/FS/t/transaction867.t new file mode 100755 index 000000000..699de3de4 --- /dev/null +++ b/FS/t/transaction867.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::transaction867; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/usage_elec.t b/FS/t/usage_elec.t new file mode 100755 index 000000000..4824919c0 --- /dev/null +++ b/FS/t/usage_elec.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::usage_elec; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/usage_elec_transaction867.t b/FS/t/usage_elec_transaction867.t new file mode 100755 index 000000000..086edff48 --- /dev/null +++ b/FS/t/usage_elec_transaction867.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::usage_elec_transaction867; +$loaded=1; +print "ok 1\n"; |