[Rt-commit] r18326 - rt/3.999/branches/lorzy/t/api

clkao at bestpractical.com clkao at bestpractical.com
Tue Feb 10 08:52:11 EST 2009


Author: clkao
Date: Tue Feb 10 08:52:10 2009
New Revision: 18326

Removed:
   rt/3.999/branches/lorzy/t/api/condition-ownerchange.t
   rt/3.999/branches/lorzy/t/api/scrip.t
Modified:
   rt/3.999/branches/lorzy/t/api/scrip_order.t

Log:
remove tests using User Defined action.

Modified: rt/3.999/branches/lorzy/t/api/scrip_order.t
==============================================================================
--- rt/3.999/branches/lorzy/t/api/scrip_order.t	(original)
+++ rt/3.999/branches/lorzy/t/api/scrip_order.t	Tue Feb 10 08:52:10 2009
@@ -4,8 +4,8 @@
 use RT::Test; use Test::More tests => 7;
 
 use RT;
-
-
+SKIP: {
+skip 'port this test to lorzy', 7;
 
 # {{{ test scrip ordering based on description
 
@@ -53,5 +53,5 @@
 is  ($ticket->priority , 10, "Ticket should be priority 10");
 
 # }}}
-
+}
 1;


More information about the Rt-commit mailing list