summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorjeff <jeff>2010-03-31 16:23:40 +0000
committerjeff <jeff>2010-03-31 16:23:40 +0000
commit816672146578e431cb606071f1ac0be2afd5399f (patch)
treef6d461ae26f3b401251b3f5804479d95c6b421ff /t
initial importimport
Diffstat (limited to 't')
-rw-r--r--t/Net-DashCS.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/Net-DashCS.t b/t/Net-DashCS.t
new file mode 100644
index 0000000..72780a1
--- /dev/null
+++ b/t/Net-DashCS.t
@@ -0,0 +1,7 @@
+#unexciting testing
+
+use Test;
+BEGIN { plan tests => 1 }
+eval "use Net::DashCS::Interfaces::EmergencyProvisioningService::EmergencyProvisioningPort";
+ok($@ eq '');
+