X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Flifecycles%2Futils.pl;h=4dbba238dabc1ff0477058d821f18ad6b0aef34a;hb=949a80c148a8bbeeeec54c5a0be5d73b292423a5;hp=6fb229390c60b5c50da587a51d2cece61ff695d4;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/t/lifecycles/utils.pl b/rt/t/lifecycles/utils.pl index 6fb229390..4dbba238d 100644 --- a/rt/t/lifecycles/utils.pl +++ b/rt/t/lifecycles/utils.pl @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -64,10 +63,15 @@ Set(\%Lifecycles, 'delayed -> on way' => {label => 'Put On Way', update => 'Respond'}, }, }, + racing => { + type => 'racecar', + active => ['on-your-mark', 'get-set', 'go'], + inactive => ['first', 'second', 'third', 'no-place'], + }, ); END } -use RT::Test config => $config; +use RT::Test config => $config, tests => undef; 1;