From tkasparek at fedoraproject.org Thu Aug 20 12:13:30 2015 Content-Type: multipart/mixed; boundary="===============8713363890329904359==" MIME-Version: 1.0 From: =?utf-8?q?Tom=C3=A1=C5=A1_Ka=C5=A1p=C3=A1rek_=3Ctkasparek_at_fedoraprojec?= =?utf-8?q?t=2Eorg=3E?= To: spacewalk-commits at lists.fedorahosted.org Subject: java/code Date: Mon, 03 Dec 2012 10:41:45 +0000 Message-ID: <20121203104145.BBA14A0C5D@fedorahosted.org> --===============8713363890329904359== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable java/code/src/com/redhat/rhn/domain/action/test/ActionFormatterTest.java |= 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bfbbf3dbd90bd51a3c86dec6e91dc43b6bfaed5a Author: Tomas Kasparek Date: Thu Nov 29 13:46:56 2012 +0100 ActionFormatterTest should no more fail at testErrataFormatter = added one
tag so suffix of tested errata and string which is test= against should match diff --git a/java/code/src/com/redhat/rhn/domain/action/test/ActionFormatte= rTest.java b/java/code/src/com/redhat/rhn/domain/action/test/ActionFormatte= rTest.java index 1c29c53..79efc32 100644 --- a/java/code/src/com/redhat/rhn/domain/action/test/ActionFormatterTest.j= ava +++ b/java/code/src/com/redhat/rhn/domain/action/test/ActionFormatterTest.j= ava @@ -94,7 +94,7 @@ public class ActionFormatterTest extends RhnBaseTestCase { String start =3D "

Test synopsis
" + "
" + ErrataFactory.ERRATA_TYPE_BUG + - "

test topic
Test desc ..
"; + "

test topic
Test desc ..

"; assertTrue(af.getNotes().startsWith(start)); assertTrue(af.getNotes().endsWith(end)); } --===============8713363890329904359==--