Revert "disable ACS Resend tests for now"
authorJason Etheridge <jason@EquinoxOLI.org>
Wed, 23 Nov 2022 20:36:27 +0000 (15:36 -0500)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 23 Nov 2022 20:36:27 +0000 (15:36 -0500)
This reverts commit d3fdf4fd95e1cb263d7ba7801cc98c3d034e79d6.

t/14acs_resend.t
t/15acs_resend.t

index ef15ae9..9f492b1 100644 (file)
@@ -11,8 +11,7 @@ my $acs_resend_as_first_message = { id => 'ACS Resend Before Anything Else',
 
 my @tests = ( $acs_resend_as_first_message );
 
-use Test::More; diag('Not Implemented');
-#SIPtest::run_sip_tests(@tests);
+SIPtest::run_sip_tests(@tests);
 
 1;
 
index 1ccc8da..424fdf1 100644 (file)
@@ -11,8 +11,7 @@ my $acs_resend = { id => 'ACS Resend',
 
 my @tests = ( $SIPtest::sc_status_test, $acs_resend );
 
-SIPtest::run_sip_tests(@tests[0]); # This will test sc_status without a login, at least
-use Test::More; diag('ACS Resend Not Implemented');
+SIPtest::run_sip_tests(@tests);
 
 1;