[Rt-commit] rt branch, 4.2/asset-bulk-cf, updated. rt-4.2.13-76-gdd6170f
Dave Goehrig
dave at bestpractical.com
Fri Jan 13 14:31:37 EST 2017
The branch, 4.2/asset-bulk-cf has been updated
via dd6170f2a39368f56c49440f7a06c5a4978dbd0d (commit)
from 3d389d501086fa6a51acd3d893f55f8c7aa5345f (commit)
Summary of changes:
t/web/cf_parse.t | 3 ---
1 file changed, 3 deletions(-)
- Log -----------------------------------------------------------------
commit dd6170f2a39368f56c49440f7a06c5a4978dbd0d
Author: Dave Goehrig <dave at bestpractical.com>
Date: Fri Jan 13 14:31:19 2017 -0500
removing want array tests as hash randomization makes it unstable
diff --git a/t/web/cf_parse.t b/t/web/cf_parse.t
index 9a5e2a5..652aa68 100644
--- a/t/web/cf_parse.t
+++ b/t/web/cf_parse.t
@@ -71,9 +71,6 @@ diag "ParseObjectCustomFieldArgs";
my $ref3 = HTML::Mason::Commands::_ParseObjectCustomFieldArgs( \%test3, IncludeBulkUpdate => 1 );
is_deeply $ref3, $test3Values, 'Object and Bulk CustomField parsing';
- # test want array return values
- my (@arr1) = HTML::Mason::Commands::_ParseObjectCustomFieldArgs( \%test1 );
- is_deeply \@arr1, [ %$test1Values ], 'test want array';
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list