[Rt-commit] rt branch, 4.4/signature-spacing-test-fix, repushed
Rachel Kelly
rachel at bestpractical.com
Wed May 11 15:41:03 EDT 2016
The branch 4.4/signature-spacing-test-fix was deleted and repushed:
was 4fff9b14b4ff93d38a706d3be589aac1ad2de7f1
now b0f432d6b418efda3a4c849ac9a316f3a7311364
1: 4fff9b1 ! 1: b0f432d Fix failing FastCGI tests by changing how timestamps are removed from quote header
@@ -41,7 +41,7 @@
$display =~ s/([ ]+)$/$1\$/mg;
+ # Remove the timestamp from the quote header
-+ $display =~ s/On \w\w\w \w\w\w \d\d \d\d:\d\d:\d\d \d\d\d\d, \w+:/Someone wrote:/;
++ $display =~ s/On \w\w\w \w\w\w+ \d\d \d\d:\d\d:\d\d \d\d\d\d, \w+ wrote:/Someone wrote:/;
+
is($display, $expected, "Content matches expected");
More information about the rt-commit
mailing list