[Rt-commit] rt branch, 4.0/shred-object-custom-fields, repushed
Alex Vandiver
alexmv at bestpractical.com
Thu Apr 9 16:02:02 EDT 2015
The branch 4.0/shred-object-custom-fields was deleted and repushed:
was 5130331c713e0297141a52c4f9c6466f4f9e9111
now 8e8ae8f46736b08a0116c44e854388765ec62b59
1: 800c568 ! 1: 6a45267 Failing tests for shredding ObjectCustomFields when a CustomField is shredded
@@ -13,8 +13,9 @@
+
+use Test::Deep;
+use File::Spec;
-+use Test::More;
++use Test::More tests => 5 + 1; # plus one for warnings check
+use RT::Test ();
++
+BEGIN {
+ my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
+ File::Spec->curdir());
@@ -55,6 +56,4 @@
+ $shredder->WipeoutAll;
+ cmp_deeply( dump_current_and_savepoint('clean'), "current DB equal to savepoint");
+}
-+
-+done_testing;
2: 5130331 = 2: 8e8ae8f Shred ObjectCustomFields when shredding a custom field
More information about the rt-commit
mailing list