|
From: <svn...@os...> - 2012-01-25 07:01:52
|
Author: ang05a
Date: 2012-01-24 23:01:42 -0800 (Tue, 24 Jan 2012)
New Revision: 38524
Modified:
trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CGITermValue.xml
trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CompositionPart.xml
trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/FirstParentFeature.xml
trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/GeologicUnit.xml
trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/SecondParentFeature.xml
Log:
Removing functions in gt-app-schema test mapping files temporarily for Oracle online tests.
Modified: trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CGITermValue.xml
===================================================================
--- trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CGITermValue.xml 2012-01-25 05:49:34 UTC (rev 38523)
+++ trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CGITermValue.xml 2012-01-25 07:01:42 UTC (rev 38524)
@@ -86,7 +86,7 @@
FEATURE_LINK
</targetAttribute>
<sourceExpression>
- <OCQL>strTrim(getId())</OCQL>
+ <OCQL>getId()</OCQL>
</sourceExpression>
</AttributeMapping>
</attributeMappings>
@@ -116,7 +116,7 @@
FEATURE_LINK
</targetAttribute>
<sourceExpression>
- <OCQL>strTrim(getId())</OCQL>
+ <OCQL>getId()</OCQL>
</sourceExpression>
</AttributeMapping>
</attributeMappings>
Modified: trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CompositionPart.xml
===================================================================
--- trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CompositionPart.xml 2012-01-25 05:49:34 UTC (rev 38523)
+++ trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/CompositionPart.xml 2012-01-25 07:01:42 UTC (rev 38524)
@@ -96,7 +96,7 @@
<AttributeMapping>
<targetAttribute>gsml:lithology</targetAttribute>
<sourceExpression>
- <OCQL>strTrim(getId())</OCQL>
+ <OCQL>getID()</OCQL>
<linkElement>gsml:ControlledConcept</linkElement>
<linkField>FEATURE_LINK</linkField>
</sourceExpression>
@@ -107,7 +107,7 @@
FEATURE_LINK
</targetAttribute>
<sourceExpression>
- <OCQL>strTrim(getId())</OCQL>
+ <OCQL>getId()</OCQL>
</sourceExpression>
</AttributeMapping>
</attributeMappings>
Modified: trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/FirstParentFeature.xml
===================================================================
--- trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/FirstParentFeature.xml 2012-01-25 05:49:34 UTC (rev 38523)
+++ trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/FirstParentFeature.xml 2012-01-25 07:01:42 UTC (rev 38524)
@@ -41,7 +41,7 @@
<AttributeMapping>
<targetAttribute>ex:nestedFeature</targetAttribute>
<sourceExpression>
- <OCQL>strTrim(getID())</OCQL>
+ <OCQL>getID()</OCQL>
<linkElement>simpleContent</linkElement>
<linkField>FEATURE_LINK[1]</linkField>
</sourceExpression>
Modified: trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/GeologicUnit.xml
===================================================================
--- trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/GeologicUnit.xml 2012-01-25 05:49:34 UTC (rev 38523)
+++ trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/GeologicUnit.xml 2012-01-25 07:01:42 UTC (rev 38524)
@@ -111,7 +111,7 @@
FEATURE_LINK
</targetAttribute>
<sourceExpression>
- <OCQL>strTrim(getId())</OCQL>
+ <OCQL>getId()</OCQL>
</sourceExpression>
</AttributeMapping>
<AttributeMapping>
Modified: trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/SecondParentFeature.xml
===================================================================
--- trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/SecondParentFeature.xml 2012-01-25 05:49:34 UTC (rev 38523)
+++ trunk/modules/extension/app-schema/app-schema/src/test/resources/test-data/SecondParentFeature.xml 2012-01-25 07:01:42 UTC (rev 38524)
@@ -43,7 +43,7 @@
<AttributeMapping>
<targetAttribute>ex:nestedFeature</targetAttribute>
<sourceExpression>
- <OCQL>strTrim(getID())</OCQL>
+ <OCQL>getID()</OCQL>
<linkElement>ex:SimpleContent</linkElement>
<linkField>FEATURE_LINK[2]</linkField>
</sourceExpression>
|