Committer: vtroitsky
OPSC-331: Lost but found unit tests for Payment APIA trunk/bin/test/payments-api/run.t
Added: trunk/bin/test/payments-api/run.t =================================================================== --- trunk/bin/test/payments-api/run.t (rev 0) +++ trunk/bin/test/payments-api/run.t 2012-05-18 08:21:26 UTC (rev 11975) @@ -0,0 +1,20 @@ +#!/usr/bin/perl +use lib "$ENV{LJHOME}/cgi-bin"; +require 'ljlib.pl'; +use LJ::UserApps::Application; + +# List down directories with test here: +use Test::Class::Load qw<t/>; + +BEGIN { $LJ::TESTING_ENVIRONMENT = 1; } + +# load test config file +# load sql data for DB: livejournal (get path from config) +# ... + +# run tests + +#print "CONFIG:".Dumper($CONFIG); +# $ENV{TEST_METHOD} = '.*getcomments.*'; + +Test::Class->runtests; Property changes on: trunk/bin/test/payments-api/run.t ___________________________________________________________________ Added: svn:executable + *