[Rt-commit] [rtir] 04/07: skip old tests because delete attach function has been ajaxified in RT 4.4

? sunnavy sunnavy at bestpractical.com
Fri Oct 16 14:08:24 EDT 2015


This is an automated email from the git hooks/post-receive script.

sunnavy pushed a commit to branch 3.4/rt-4.4-compat
in repository rtir.

commit 3ddedecc360fac4eb9c24955a2d44ff097196035
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Oct 16 22:11:24 2015 +0800

    skip old tests because delete attach function has been ajaxified in RT 4.4
---
 t/009-attachments-processing.t | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/t/009-attachments-processing.t b/t/009-attachments-processing.t
index 2e61976..7ad44da 100644
--- a/t/009-attachments-processing.t
+++ b/t/009-attachments-processing.t
@@ -83,6 +83,8 @@ $agent->goto_create_rtir_ticket('Incident Reports');
 
 $agent->goto_create_rtir_ticket('Incident Reports');
 
+SKIP: {
+    skip "delete attach function is ajaxified, no checkbox anymore", 4;
 # let's try to create new IR
 # and add then delete attachment to see that it works as expected
 {
@@ -113,6 +115,7 @@ $agent->goto_create_rtir_ticket('Incident Reports');
 
     unlink $filename or die "couldn't delete file '$filename': $!";
 }
+}
 
 $agent->goto_create_rtir_ticket('Incidents');
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list