diff options
author | cvs2git <cvs2git> | 2003-06-30 12:22:25 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2003-06-30 12:22:25 +0000 |
commit | 9256f7b8deca6710cd0f9a7fe839f83751e3f31a (patch) | |
tree | 22d93bbc66927832d1e9d620fe946e82b93ab53d /FS/t/part_export-sqlradius_withdomain.t | |
parent | a3ca8fc566420f69f245e74b961c27211757c503 (diff) | |
parent | 70997699eb64ce36ca408214cfe4dbc502d7ca58 (diff) |
This commit was manufactured by cvs2svn to create branch
'FREESIDE_1_4_BRANCH'.
Diffstat (limited to 'FS/t/part_export-sqlradius_withdomain.t')
-rw-r--r-- | FS/t/part_export-sqlradius_withdomain.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_export-sqlradius_withdomain.t b/FS/t/part_export-sqlradius_withdomain.t new file mode 100644 index 000000000..504bf679f --- /dev/null +++ b/FS/t/part_export-sqlradius_withdomain.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::sqlradius_withdomain; +$loaded=1; +print "ok 1\n"; |