From 0873b7a148165c2022e64832c36481fd4f943732 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 22 Nov 2010 20:53:22 +0000 Subject: initial commit of svc_dsl, qual, and qual_option - schema and new modules which do nothing currently, RT7111 --- FS/t/qual_option.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/qual_option.t (limited to 'FS/t/qual_option.t') diff --git a/FS/t/qual_option.t b/FS/t/qual_option.t new file mode 100644 index 000000000..a5f76782e --- /dev/null +++ b/FS/t/qual_option.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::qual_option; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1