diff options
author | ivan <ivan> | 2005-03-03 10:25:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-03 10:25:22 +0000 |
commit | 8f11e2a03067829dc5f8cd6ae7fa0e3f249d61c1 (patch) | |
tree | 093dba96581d2774dba658ebd4fe3a27ffa88c58 /FS/t | |
parent | a1e71c875ad297e0ab11de5c595b937b2e498f84 (diff) |
clean up some harmless but scary "Multiple records in scalar search" warnings w/history table searches
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/h_domain_record.t | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |