From 0269817e6c333c48fa071f9be6e50f80e9c3653c Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Frintrop Date: Tue, 18 Jul 2017 09:33:13 +0200 Subject: [PATCH] Fix tests for StandardFile The tests still used square brackets. --- tests/wdm/debian/control/StandardFileTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/wdm/debian/control/StandardFileTest.php b/tests/wdm/debian/control/StandardFileTest.php index 81b539a..a26ff32 100644 --- a/tests/wdm/debian/control/StandardFileTest.php +++ b/tests/wdm/debian/control/StandardFileTest.php @@ -21,7 +21,7 @@ Priority: optional Architecture: all Essential: no Installed-Size: 1024 -Maintainer: name [email] +Maintainer: name Provides: your-company Description: Your description @@ -46,7 +46,7 @@ OEF; $this->object["Architecture"] = "x86"; $this->object["Essential"] = "yes"; $this->object["Installed-Size"] = "2048"; - $this->object["Maintainer"] = "Walter Dal Mut [walter.dalmut at gmail dot com]"; + $this->object["Maintainer"] = "Walter Dal Mut "; $this->object["Provides"] = "Corley SRL"; $this->object["Description"] = "My Desc"; $this->object["Depends"] = "php5-cli"; @@ -63,7 +63,7 @@ Essential: yes Depends: php5-cli Recommends: php5-curl Installed-Size: 2048 -Maintainer: Walter Dal Mut [walter.dalmut at gmail dot com] +Maintainer: Walter Dal Mut Provides: Corley SRL Description: My Desc