diff options
author | megumi.telles | 2017-10-05 16:35:35 +0000 |
---|---|---|
committer | megumi.telles | 2017-10-05 18:11:44 +0000 |
commit | 2e70fa64d24554364698c1176ea0bf42c48ead3c (patch) | |
tree | e4063334d16b85fc86a0dc70daa5d66ea70de5c7 | |
parent | 369715408feafab7bcf9cefa5ae12e7b869e39b7 (diff) | |
download | org.eclipse.osee-for_don.tar.gz org.eclipse.osee-for_don.tar.xz org.eclipse.osee-for_don.zip |
refinement: Adjust diff with no fields testfor_don
-rw-r--r-- | plugins/org.eclipse.osee.client.integration.tests/src/org/eclipse/osee/client/integration/tests/integration/ui/skynet/WordTemplateRendererTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |