[fdo-commits] r781 - in branches/3.2.x/Providers/GenericRdbms/Src/UnitTest: . Common

svn_fdo at osgeo.org svn_fdo at osgeo.org
Tue Mar 6 16:28:00 EST 2007


Author: brentrobinson
Date: 2007-03-06 16:28:00 -0500 (Tue, 06 Mar 2007)
New Revision: 781

Modified:
   branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoApplySchemaTest.cpp
   branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out1_master.txt
   branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out2_master.txt
Log:
made table datastore reference in output file user-independent

Modified: branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoApplySchemaTest.cpp
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoApplySchemaTest.cpp	2007-03-06 20:21:18 UTC (rev 780)
+++ branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/Common/FdoApplySchemaTest.cpp	2007-03-06 21:28:00 UTC (rev 781)
@@ -5742,7 +5742,7 @@
 xmlns:ora=\"http://www.autodesk.com/isd/fdo/OracleProvider\" \
 xmlns:rdb=\"http://fdordbms.osgeo.org/schemas\">\
 <xsl:param name=\"ownerSuffix\" />\
-<xsl:template match=\"ora:SchemaMapping\">\
+<xsl:template match=\"ora:SchemaMapping|ora:Table\">\
     <xsl:copy>\
         <xsl:apply-templates select=\"@*[not(name()='owner')]\"/>\
         <xsl:if test=\"@owner\">\

Modified: branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out1_master.txt
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out1_master.txt	2007-03-06 20:21:18 UTC (rev 780)
+++ branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out1_master.txt	2007-03-06 21:28:00 UTC (rev 781)
@@ -2,7 +2,7 @@
 <fdo:DataStore xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml" xmlns:fdo="http://fdo.osgeo.org/schemas" xmlns:fds="http://fdo.osgeo.org/schemas/fds">
 <SchemaMapping xmlns:rdb="http://fdordbms.osgeo.org/schemas" xmlns="http://www.autodesk.com/isd/fdo/OracleProvider" provider="Autodesk.Oracle.3.2" name="ForeignBased">
 <complexType name="OneForeignType">
-<Table owner="FDO_BR_APPLY_OVERRIDE" name="ONEFOREIGN"/>
+<Table name="ONEFOREIGN" owner="(fdo_user_prefix)_apply_override"/>
 </complexType>
 <complexType name="OvClassC111Type">
 <element name="Object-x20-B">

Modified: branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out2_master.txt
===================================================================
--- branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out2_master.txt	2007-03-06 20:21:18 UTC (rev 780)
+++ branches/3.2.x/Providers/GenericRdbms/Src/UnitTest/apply_schema_foreign_out2_master.txt	2007-03-06 21:28:00 UTC (rev 781)
@@ -2,7 +2,7 @@
 <fdo:DataStore xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml" xmlns:fdo="http://fdo.osgeo.org/schemas" xmlns:fds="http://fdo.osgeo.org/schemas/fds">
 <SchemaMapping xmlns:rdb="http://fdordbms.osgeo.org/schemas" xmlns="http://www.autodesk.com/isd/fdo/OracleProvider" provider="Autodesk.Oracle.3.2" name="ForeignBased">
 <complexType name="OneForeignType" tableMapping="Concrete">
-<Table owner="FDO_BR_APPLY_OVERRIDE" name="ONEFOREIGN"/>
+<Table name="ONEFOREIGN" owner="(fdo_user_prefix)_apply_override"/>
 <element name="Data">
 <Column name="DATA"/>
 </element>



More information about the fdo-commits mailing list