From 8f11e2a03067829dc5f8cd6ae7fa0e3f249d61c1 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 3 Mar 2005 10:25:22 +0000 Subject: clean up some harmless but scary "Multiple records in scalar search" warnings w/history table searches --- FS/t/h_domain_record.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FS/t/h_domain_record.t (limited to 'FS/t') diff --git a/FS/t/h_domain_record.t b/FS/t/h_domain_record.t new file mode 100644 index 000000000..f48e72e9b --- /dev/null +++ b/FS/t/h_domain_record.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_domain_record; +$loaded=1; +print "ok 1\n"; -- cgit v1.2.1