X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Ft%2Fcontact_class.t;fp=FS%2Ft%2Fcontact_class.t;h=b4164c04a8a26fbc65d776badce365f22ae91b22;hb=172673b3aef143dc426603689d37b65394c4fe1d;hp=0000000000000000000000000000000000000000;hpb=5c4da92af240d4a5d7f39e2478e344693817d5b7;p=freeside.git diff --git a/FS/t/contact_class.t b/FS/t/contact_class.t new file mode 100644 index 000000000..b4164c04a --- /dev/null +++ b/FS/t/contact_class.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::contact_class; +$loaded=1; +print "ok 1\n";