[freeside-commits] freeside/FS/t agent_payment_gateway.t, NONE, 1.1 cancel_reason.t, 1.1, 1.2 payment_gateway.t, 1.1, 1.2 payment_gateway_option.t, 1.1, 1.2 banned_pay.t, 1.1, 1.2

Ivan,,, ivan at wavetail.420.am
Wed Sep 14 04:01:04 PDT 2005


Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv24688/FS/t

Modified Files:
	cancel_reason.t payment_gateway.t payment_gateway_option.t 
	banned_pay.t 
Added Files:
	agent_payment_gateway.t 
Log Message:
fix autogenerated simple test

Index: banned_pay.t
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/t/banned_pay.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- banned_pay.t	27 Aug 2005 08:46:57 -0000	1.1
+++ banned_pay.t	14 Sep 2005 11:01:02 -0000	1.2
@@ -1,8 +1,5 @@
-BEGIN { $| = 1; print "1..1
-" }
-END {print "not ok 1
-" unless $loaded;}
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
 use FS::banned_pay;
 $loaded=1;
-print "ok 1
-";
+print "ok 1\n";

Index: payment_gateway.t
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/t/payment_gateway.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- payment_gateway.t	17 Aug 2005 22:23:46 -0000	1.1
+++ payment_gateway.t	14 Sep 2005 11:01:02 -0000	1.2
@@ -1,8 +1,5 @@
-BEGIN { $| = 1; print "1..1
-" }
-END {print "not ok 1
-" unless $loaded;}
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
 use FS::payment_gateway;
 $loaded=1;
-print "ok 1
-";
+print "ok 1\n";

Index: cancel_reason.t
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/t/cancel_reason.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cancel_reason.t	27 Aug 2005 08:46:57 -0000	1.1
+++ cancel_reason.t	14 Sep 2005 11:01:02 -0000	1.2
@@ -1,8 +1,5 @@
-BEGIN { $| = 1; print "1..1
-" }
-END {print "not ok 1
-" unless $loaded;}
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
 use FS::cancel_reason;
 $loaded=1;
-print "ok 1
-";
+print "ok 1\n";

Index: payment_gateway_option.t
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/t/payment_gateway_option.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- payment_gateway_option.t	17 Aug 2005 22:23:46 -0000	1.1
+++ payment_gateway_option.t	14 Sep 2005 11:01:02 -0000	1.2
@@ -1,8 +1,5 @@
-BEGIN { $| = 1; print "1..1
-" }
-END {print "not ok 1
-" unless $loaded;}
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
 use FS::payment_gateway_option;
 $loaded=1;
-print "ok 1
-";
+print "ok 1\n";

--- NEW FILE: agent_payment_gateway.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::agent_payment_gateway;
$loaded=1;
print "ok 1\n";



More information about the freeside-commits mailing list