Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Avila2012-09-18 22:57:36 +0000
committerRoberto E. Escobar2012-09-18 22:57:36 +0000
commit64b02f70e40a8b25e11e64e439e9df3b8dcea657 (patch)
tree46be644b503e42ee786e2f32a8477f32f8555e8c /plugins/org.eclipse.osee.framework.ui.skynet.test
parent12d73bf371d095b918ca30880d2494b67eb8f939 (diff)
downloadorg.eclipse.osee-64b02f70e40a8b25e11e64e439e9df3b8dcea657.tar.gz
org.eclipse.osee-64b02f70e40a8b25e11e64e439e9df3b8dcea657.tar.xz
org.eclipse.osee-64b02f70e40a8b25e11e64e439e9df3b8dcea657.zip
refinement[bgz_389846]: Update Type Model
Rename Imported Paragraph Number to Paragraph Number
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.skynet.test')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/ArtifactImportWizardTest.java4
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_Base.xml2
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_SimpleChild.xml2
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_attributeCopyTest.xml2
4 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/ArtifactImportWizardTest.java b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/ArtifactImportWizardTest.java
index 01cba393874..c02d15cae4b 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/ArtifactImportWizardTest.java
+++ b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/ArtifactImportWizardTest.java
@@ -82,9 +82,9 @@ public final class ArtifactImportWizardTest {
@Test
public void attributeCopyTest() throws Exception {
- // add imported paragraph number to sample artifacts, result should have copied that imported paragraph over...
+ // add paragraph number to sample artifacts, result should have copied that paragraph over...
- // copy imported paragraph over... because they will be matched on guid...
+ // copy paragraph over... because they will be matched on guid...
Map<String, String> answerParagraphNumbers = new HashMap<String, String>();
answerParagraphNumbers.put("B", "3");
answerParagraphNumbers.put("D", "2");
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_Base.xml b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_Base.xml
index 4aaf34fd428..f767c6f0b0b 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_Base.xml
+++ b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_Base.xml
@@ -120,7 +120,7 @@
<Column ss:StyleID="s23" ss:AutoFitWidth="0" ss:Width="70.5"/>
<Column ss:StyleID="s23" ss:Width="78.75"/>
<Row ss:AutoFitHeight="0" ss:Height="38.25" ss:StyleID="s25">
- <Cell ss:StyleID="s26"><Data ss:Type="String">Imported Paragraph Number</Data><NamedCell
+ <Cell ss:StyleID="s26"><Data ss:Type="String">Paragraph Number</Data><NamedCell
ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">GUID</Data><NamedCell
ss:Name="_FilterDatabase"/></Cell>
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_SimpleChild.xml b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_SimpleChild.xml
index 9af568cadcd..6d9e5cafab9 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_SimpleChild.xml
+++ b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_SimpleChild.xml
@@ -120,7 +120,7 @@
<Column ss:StyleID="s23" ss:AutoFitWidth="0" ss:Width="70.5"/>
<Column ss:StyleID="s23" ss:Width="78.75"/>
<Row ss:AutoFitHeight="0" ss:Height="38.25" ss:StyleID="s25">
- <Cell ss:StyleID="s26"><Data ss:Type="String">Imported Paragraph Number</Data><NamedCell
+ <Cell ss:StyleID="s26"><Data ss:Type="String">Paragraph Number</Data><NamedCell
ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">GUID</Data><NamedCell
ss:Name="_FilterDatabase"/></Cell>
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_attributeCopyTest.xml b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_attributeCopyTest.xml
index c2346c66899..ab8d2f567bf 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_attributeCopyTest.xml
+++ b/plugins/org.eclipse.osee.framework.ui.skynet.test/src/org/eclipse/osee/framework/ui/skynet/test/importer/artifactExcelImportInput_attributeCopyTest.xml
@@ -120,7 +120,7 @@
<Column ss:StyleID="s23" ss:AutoFitWidth="0" ss:Width="70.5"/>
<Column ss:StyleID="s23" ss:Width="78.75"/>
<Row ss:AutoFitHeight="0" ss:Height="38.25" ss:StyleID="s25">
- <Cell ss:StyleID="s26"><Data ss:Type="String">Imported Paragraph Number</Data><NamedCell
+ <Cell ss:StyleID="s26"><Data ss:Type="String">Paragraph Number</Data><NamedCell
ss:Name="_FilterDatabase"/></Cell>
<Cell ss:StyleID="s27"><Data ss:Type="String">GUID</Data><NamedCell
ss:Name="_FilterDatabase"/></Cell>

Back to the top