From 920293158ad908105cf20f047794a30ca39a64f3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 25 Jan 2014 16:53:20 -0800 Subject: initial version appears to be hooked up and working against dev sandbox --- t/01-login.t | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 t/01-login.t (limited to 't/01-login.t') diff --git a/t/01-login.t b/t/01-login.t deleted file mode 100644 index 2642b59..0000000 --- a/t/01-login.t +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/perl -w - -use Test::More; -require 't/lib/test_account.pl'; - -my($login, $password) = test_account_or_skip; -plan tests => 2; - -use_ok 'Net::VoIP_Innovations'; - -my $gp = Net::VoIP_Innovations->new('login' => $login, - 'password' => $password ); - -#eww. what is the right, TEST_VERBOSE-aware way to do this -warn Net::VoIP_Innovations->errstr unless $gp; - -ok( $gp, 'Login sucessful' ); -- cgit v1.2.1