diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 21:11:29 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 21:11:29 -0700 |
commit | 3d0a1bb06b895c5be6e3f0517d355442a6b1e125 (patch) | |
tree | 84069ebc3254825b952a482e11cdbbbc69f6fe85 /FS/t | |
parent | f3b99c11d6eed33f467dda360180a698a85c54e8 (diff) | |
parent | d62206a94d9d49ef96640e0a8ec492679f8345e9 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/GeocodeCache.t | 5 | ||||
-rw-r--r-- | FS/t/access_user_session.t | 5 | ||||
-rw-r--r-- | FS/t/agent_currency.t | 5 | ||||
-rw-r--r-- | FS/t/cable_device.t | 5 | ||||
-rw-r--r-- | FS/t/cdr_cust_pkg_usage.t | 5 | ||||
-rw-r--r-- | FS/t/contact_Mixin.t | 5 | ||||
-rw-r--r-- | FS/t/currency_exchange.t | 5 | ||||
-rw-r--r-- | FS/t/cust_pkg_usage.t | 5 | ||||
-rw-r--r-- | FS/t/h_svc_cable.t | 5 | ||||
-rw-r--r-- | FS/t/log.t (renamed from FS/t/ftp_target.t) | 2 | ||||
-rw-r--r-- | FS/t/log_context.t | 5 | ||||
-rw-r--r-- | FS/t/part_pkg_currency.t | 5 | ||||
-rw-r--r-- | FS/t/part_pkg_msgcat.t | 5 | ||||
-rw-r--r-- | FS/t/part_pkg_usage.t | 5 | ||||
-rw-r--r-- | FS/t/part_pkg_usage_class.t | 5 | ||||
-rw-r--r-- | FS/t/svc_cable.t | 5 | ||||
-rw-r--r-- | FS/t/upload_target.t | 5 |
17 files changed, 81 insertions, 1 deletions
diff --git a/FS/t/GeocodeCache.t b/FS/t/GeocodeCache.t new file mode 100644 index 000000000..eae6f0d01 --- /dev/null +++ b/FS/t/GeocodeCache.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::GeocodeCache; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/access_user_session.t b/FS/t/access_user_session.t new file mode 100644 index 000000000..ab3a59acc --- /dev/null +++ b/FS/t/access_user_session.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::access_user_session; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/agent_currency.t b/FS/t/agent_currency.t new file mode 100644 index 000000000..152e066b5 --- /dev/null +++ b/FS/t/agent_currency.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::agent_currency; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/cable_device.t b/FS/t/cable_device.t new file mode 100644 index 000000000..016d2c5c1 --- /dev/null +++ b/FS/t/cable_device.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cable_device; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/cdr_cust_pkg_usage.t b/FS/t/cdr_cust_pkg_usage.t new file mode 100644 index 000000000..1e2060e96 --- /dev/null +++ b/FS/t/cdr_cust_pkg_usage.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cdr_cust_pkg_usage; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/contact_Mixin.t b/FS/t/contact_Mixin.t new file mode 100644 index 000000000..89dcc37c5 --- /dev/null +++ b/FS/t/contact_Mixin.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::contact_Mixin; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/currency_exchange.t b/FS/t/currency_exchange.t new file mode 100644 index 000000000..6f8ac1de0 --- /dev/null +++ b/FS/t/currency_exchange.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::currency_exchange; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/cust_pkg_usage.t b/FS/t/cust_pkg_usage.t new file mode 100644 index 000000000..23a7b299e --- /dev/null +++ b/FS/t/cust_pkg_usage.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_pkg_usage; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/h_svc_cable.t b/FS/t/h_svc_cable.t new file mode 100644 index 000000000..7f9fad585 --- /dev/null +++ b/FS/t/h_svc_cable.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_svc_cable; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/ftp_target.t b/FS/t/log.t index 1a5928118..42c604b88 100644 --- a/FS/t/ftp_target.t +++ b/FS/t/log.t @@ -1,5 +1,5 @@ BEGIN { $| = 1; print "1..1\n" } END {print "not ok 1\n" unless $loaded;} -use FS::ftp_target; +use FS::log; $loaded=1; print "ok 1\n"; diff --git a/FS/t/log_context.t b/FS/t/log_context.t new file mode 100644 index 000000000..57c3b340b --- /dev/null +++ b/FS/t/log_context.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::log_context; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_pkg_currency.t b/FS/t/part_pkg_currency.t new file mode 100644 index 000000000..b8654c7e3 --- /dev/null +++ b/FS/t/part_pkg_currency.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_currency; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_pkg_msgcat.t b/FS/t/part_pkg_msgcat.t new file mode 100644 index 000000000..541c16799 --- /dev/null +++ b/FS/t/part_pkg_msgcat.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_msgcat; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_pkg_usage.t b/FS/t/part_pkg_usage.t new file mode 100644 index 000000000..ba5ccb6c8 --- /dev/null +++ b/FS/t/part_pkg_usage.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_usage; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/part_pkg_usage_class.t b/FS/t/part_pkg_usage_class.t new file mode 100644 index 000000000..e46ff0648 --- /dev/null +++ b/FS/t/part_pkg_usage_class.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_pkg_usage_class; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/svc_cable.t b/FS/t/svc_cable.t new file mode 100644 index 000000000..505765990 --- /dev/null +++ b/FS/t/svc_cable.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_cable; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/upload_target.t b/FS/t/upload_target.t new file mode 100644 index 000000000..6d55de0f2 --- /dev/null +++ b/FS/t/upload_target.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::upload_target; +$loaded=1; +print "ok 1\n"; |