Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-sla
Commits
67d0095f
Commit
67d0095f
authored
Jun 29, 2012
by
Thomas Sibley
Browse files
Avoid an undef warning when comparing below
parent
da2f26fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/RT/Extension/SLA/Test.pm
View file @
67d0095f
...
...
@@ -2,7 +2,7 @@ use strict;
use
warnings
;
### after: use lib qw(@RT_LIB_PATH@);
use
lib
qw(/
opt
/rt
4
/local/lib /
opt
/rt
4
/lib)
;
use
lib
qw(/
home/tom/work/bps
/rt/local/lib /
home/tom/bps
/rt/lib)
;
package
RT::Extension::SLA::
Test
;
...
...
t/ignore-on-statuses.t
View file @
67d0095f
...
...
@@ -33,6 +33,7 @@ note 'check that reply to requestors dont unset due date with KeepInLoop';
ok
$id
,
"
created ticket #
$id
";
is
$ticket
->
FirstCustomFieldValue
('
SLA
'),
'
2
',
'
default sla
';
ok
!
$ticket
->
DueObj
->
Unix
,
'
no response deadline
';
$due
=
0
;
}
# non-requestor reply
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment