From e094e02bf606ea2103eebdd321d4ead21332ecea Mon Sep 17 00:00:00 2001 From: Vadim Belman Date: Wed, 13 Jan 2016 19:43:50 -0500 Subject: [PATCH] Revert "Item13897: Fixed a bug affecting test_roundtrip." This reverts commit 2e4489ef04664365f80f23c0c8c1b03516f9e247. --- UnitTestContrib/lib/Unit/tmp1TPRf3.html | 1 + UnitTestContrib/test/unit/AddressTests.pm | 1 + core/lib/Foswiki/Address.pm | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 UnitTestContrib/lib/Unit/tmp1TPRf3.html diff --git a/UnitTestContrib/lib/Unit/tmp1TPRf3.html b/UnitTestContrib/lib/Unit/tmp1TPRf3.html new file mode 100644 index 0000000000..5fb2c3db8b --- /dev/null +++ b/UnitTestContrib/lib/Unit/tmp1TPRf3.html @@ -0,0 +1 @@ +exporting FOSWIKI_ASSERTS=1 for extra checking; disable by exporting FOSWIKI_ASSERTS=0 diff --git a/UnitTestContrib/test/unit/AddressTests.pm b/UnitTestContrib/test/unit/AddressTests.pm index af6bd529eb..7f0ade82ff 100644 --- a/UnitTestContrib/test/unit/AddressTests.pm +++ b/UnitTestContrib/test/unit/AddressTests.pm @@ -43,6 +43,7 @@ my %test_roundtrip_range = ( ], tompaths => [ undef, + ['attachment'], [ 'attachment', 'Attachment' ], [ 'attachment', 'Attach.ent' ], [ 'attachment', 'Atta.h.ent' ], diff --git a/core/lib/Foswiki/Address.pm b/core/lib/Foswiki/Address.pm index e230257b78..281e045d52 100644 --- a/core/lib/Foswiki/Address.pm +++ b/core/lib/Foswiki/Address.pm @@ -1,7 +1,6 @@ # See bottom of file for license and copyright information package Foswiki::Address; -use v5.14; =begin TML