[Rt-commit] rt branch, 4.2/oracle-fixes, updated. rt-4.2.0-142-g50a2523
Alex Vandiver
alexmv at bestpractical.com
Tue Nov 12 20:16:32 EST 2013
The branch, 4.2/oracle-fixes has been updated
via 50a252348c468cee26b9d8891fcd36746612fa21 (commit)
from e2d64e7561c6cded7a3d15789d16ebc300542d3f (commit)
Summary of changes:
t/web/cf_groupings.t | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 50a252348c468cee26b9d8891fcd36746612fa21
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Nov 12 20:16:28 2013 -0500
Provide a ticket subject to squash '' -> NULL -> udnef warnings on Oracle
diff --git a/t/web/cf_groupings.t b/t/web/cf_groupings.t
index a59cd99..0a40f71 100644
--- a/t/web/cf_groupings.t
+++ b/t/web/cf_groupings.t
@@ -44,6 +44,7 @@ my %location = (
my $prefix = 'Object-RT::Ticket--CustomField:';
my $dom = $m->dom;
$m->form_name('TicketCreate');
+ $m->field("Subject", "CF grouping test");
for my $grouping (@groupings) {
my $input_name = $prefix . "$grouping-$CF{$grouping}-Value";
-----------------------------------------------------------------------
More information about the rt-commit
mailing list