[Rt-commit] rt branch, 4.6/core-group-management-extensions, repushed
Blaine Motsinger
blaine at bestpractical.com
Fri May 31 19:34:21 EDT 2019
The branch 4.6/core-group-management-extensions was deleted and repushed:
was 523b6bb6caad9be6b019149869a86c34fc210831
now 720871575f58b20b9e15772ea691de827b3e4cb7
1: 5619366f5 = 1: 5619366f5 Core RT-Extension-GroupLinks
2: d9b9d1d97 = 2: d9b9d1d97 Core RT-Extension-GroupSummary
3: c61bca7bb = 3: c61bca7bb Core RT-Extension-GroupSelfService
4: 523b6bb6c ! 4: 720871575 Fix tests for initialdata change
@@ -9,21 +9,11 @@
--- a/t/api/customfield.t
+++ b/t/api/customfield.t
@@
-
- use_ok('RT::CustomField');
-
-+# store the cf_id for loading instead of the magic #2
-+my $cf_id;
-+
- my $queue = RT::Queue->new( RT->SystemUser );
- $queue->Load( "General" );
- ok( $queue->id, "found the General queue" );
-@@
ok($cf->SingleValue, "Also a single-value CF");
is($cf->MaxValues, 1, "...meaning only one value, max");
-+# set $cf_id for loading later
-+$cf_id = $cf->id;
++# set $cf_id for loading later instead of using magic id 2
++my $cf_id = $cf->id;
+
($ok, $msg) = $cf->SetMaxValues('0');
ok($ok, "Set to infinite values: $msg");
More information about the rt-commit
mailing list