diff --git a/t/api-rest/api-bannedusers.t b/t/api-rest/api-bannedusers.t index 6cedb5eb19..1bd07662a0 100644 --- a/t/api-rest/api-bannedusers.t +++ b/t/api-rest/api-bannedusers.t @@ -39,7 +39,6 @@ foreach (@users){ } $test_machine->check_bundle(); -print "is_empty:".$test_machine->IS_EMPTY_COLLECTION.";"; if(!$test_machine->IS_EMPTY_COLLECTION){ $test_machine->clear_test_data_all([map {"/api/bannedusers/$_\@domain.com"} @users]); } diff --git a/t/api-rest/testrunner b/t/api-rest/testrunner index 5eb9282203..2c4d8c4d59 100755 --- a/t/api-rest/testrunner +++ b/t/api-rest/testrunner @@ -25,10 +25,10 @@ fi if [ "${SELECT}" = "stable" ] ; then echo "Test selection: ${SELECT}" - SELECT=$(echo t/api-rest/api-{all-links,balanceintervals,billingfees,billingnetworks,billingprofiles,billingzones,calllists,calls,cert-auth,cfdestinationsets,contracts,customercontacts,customers,faxes,lnp,ncoslevels,pbxdevicemodels,pbxdevices,peeringgroups,peeringrules,peeringinboundrules,peeringservers,preferences,profilepackages,resellers,rewriterules,rewriterulesets,root,soundsets,subscriberregistrations,subscribers,systemcontacts,threads,topuplogs,trustedsources,valid-patch,vouchers}.t) + SELECT=$(echo t/api-rest/api-{all-links,balanceintervals,bannedips,bannedusers,billingfees,billingnetworks,billingprofiles,billingzones,calllists,calls,cert-auth,cfdestinationsets,contracts,customercontacts,customers,faxes,lnp,ncoslevels,pbxdevicemodels,pbxdevices,peeringgroups,peeringrules,peeringinboundrules,peeringservers,preferences,profilepackages,resellers,rewriterules,rewriterulesets,root,soundsets,subscriberregistrations,subscribers,systemcontacts,threads,topuplogs,trustedsources,valid-patch,vouchers}.t) elif [ "${SELECT}" = "fast" ] ; then echo "Test selection: ${SELECT}" - SELECT=$(echo t/api-rest/api-{billingnetworks,billingzones,calls,cert-auth,cfdestinationsets,ncoslevels,peeringgroups,peeringrules,peeringinboundrules,peeringservers,resellers,rewriterules,root,soundsets,systemcontacts,valid-patch,vouchers}.t) + SELECT=$(echo t/api-rest/api-{bannedips,bannedusers,billingnetworks,billingzones,calls,cert-auth,cfdestinationsets,ncoslevels,peeringgroups,peeringrules,peeringinboundrules,peeringservers,resellers,rewriterules,root,soundsets,systemcontacts,valid-patch,vouchers}.t) elif [ "${SELECT}" = "all" ] ; then echo "Test selection: all" SELECT=$(echo t/api-rest/*.t)