From 2e70fa64d24554364698c1176ea0bf42c48ead3c Mon Sep 17 00:00:00 2001 From: megumi.telles Date: Thu, 5 Oct 2017 09:35:35 -0700 Subject: refinement: Adjust diff with no fields test --- .../tests/integration/ui/skynet/WordTemplateRendererTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/ui/skynet/WordTemplateRendererTest.java b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/ui/skynet/WordTemplateRendererTest.java index f6d149ae22f..11b606f24bd 100644 --- a/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/ui/skynet/WordTemplateRendererTest.java +++ b/plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/ui/skynet/WordTemplateRendererTest.java @@ -848,7 +848,7 @@ public class WordTemplateRendererTest { String notesGuid = docFolder.getDescendant("Notes").getGuid(); Artifact notes = ArtifactQuery.getArtifactFromId(notesGuid, updateBranch); notes.setSoleAttributeValue(CoreAttributeTypes.WordTemplateContent, - beginWordString + "Notes are great for small topics, and the link" + beginLinkInsert + hdwrGuid + endLinkInsert + " too." + endWordString); + beginWordString + "Notes are great for small topics, and the link " + beginLinkInsert + hdwrGuid + endLinkInsert + " too." + endWordString); notes.persist(onChildTx); onChildTx.execute(); -- cgit v1.2.3