You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/03/07 03:30:21 UTC

svn commit: r156367 - in incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test: Maps/MySql/ByteFx/Category.xml Maps/MySql/ByteFx/DynamicAccount.xml Maps/MySql/ByteFx/Enumeration.xml Maps/MySql/ByteFx/LineItem.xml Maps/MySql/ByteFx/Order.xml Maps/MySql/ByteFx/Other.xml bin/Debug/dao_MySql_ByteFx.config

Author: roberto
Date: Sun Mar  6 18:30:18 2005
New Revision: 156367

URL: http://svn.apache.org/viewcvs?view=rev&rev=156367
Log:
~ Updated MySql DataAccess NUnit test files

Modified:
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml
    incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml?view=diff&r1=156366&r2=156367
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Category.xml Sun Mar  6 18:30:18 2005
@@ -3,7 +3,7 @@
 		xsi:noNamespaceSchemaLocation="SqlMap.xsd">
 	
 	<alias>
-		<typeAlias alias="Category" type="IBatisNet.Test.Domain.Category, IBatisNet.Test"/>
+		<typeAlias alias="Category" type="IBatisNet.DataAccess.Test.Domain.Category, IBatisNet.DataAccess.Test"/>
 	</alias>
 	
 	<statements>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml?view=diff&r1=156366&r2=156367
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/DynamicAccount.xml Sun Mar  6 18:30:18 2005
@@ -3,7 +3,7 @@
 		xsi:noNamespaceSchemaLocation="SqlMap.xsd">
 		
 	<alias>
-		<typeAlias alias="Search" type="IBatisNet.Test.Domain.Search, IBatisNet.Test"/>
+		<typeAlias alias="Search" type="IBatisNet.DataAccess.Test.Domain.Search, IBatisNet.DataAccess.Test"/>
 	</alias>
 			
 	<statements>

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml?view=diff&r1=156366&r2=156367
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Enumeration.xml Sun Mar  6 18:30:18 2005
@@ -3,7 +3,7 @@
 		xsi:noNamespaceSchemaLocation="SqlMap.xsd">
 	
 	<alias>
-		<typeAlias alias="Enumeration" type="IBatisNet.Test.Domain.Enumeration, IBatisNet.Test"/>
+		<typeAlias alias="Enumeration" type="IBatisNet.DataAccess.Test.Domain.Enumeration, IBatisNet.DataAccess.Test"/>
 	</alias>
 	
 	<resultMaps>                                    

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml?view=diff&r1=156366&r2=156367
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/LineItem.xml Sun Mar  6 18:30:18 2005
@@ -4,8 +4,8 @@
 	xsi:noNamespaceSchemaLocation="SqlMap.xsd">
 
 	<alias>
-		<typeAlias alias="LineItem" type="IBatisNet.Test.Domain.LineItem, IBatisNet.Test" />
-		<typeAlias alias="LineItemCollection" type="IBatisNet.Test.Domain.LineItemCollection, IBatisNet.Test" />
+		<typeAlias alias="LineItem" type="IBatisNet.DataAccess.Test.Domain.LineItem, IBatisNet.DataAccess.Test" />
+		<typeAlias alias="LineItemCollection" type="IBatisNet.DataAccess.Test.Domain.LineItemCollection, IBatisNet.DataAccess.Test" />
 	</alias>
 	
 	<resultMaps>  	

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml?view=diff&r1=156366&r2=156367
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Order.xml Sun Mar  6 18:30:18 2005
@@ -4,7 +4,7 @@
 	xsi:noNamespaceSchemaLocation="SqlMap.xsd">
 
 	<alias>
-		<typeAlias alias="Order" type="IBatisNet.Test.Domain.Order, IBatisNet.Test" />
+		<typeAlias alias="Order" type="IBatisNet.DataAccess.Test.Domain.Order, IBatisNet.DataAccess.Test" />
 	</alias>
 
 		<!-- If the type is not specified, ADO.NET infers the 

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml?view=diff&r1=156366&r2=156367
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/Maps/MySql/ByteFx/Other.xml Sun Mar  6 18:30:18 2005
@@ -3,7 +3,7 @@
 		xsi:noNamespaceSchemaLocation="SqlMap.xsd">
 	
 	<alias>
-		<typeAlias alias="Other" type="IBatisNet.Test.Domain.Other, IBatisNet.Test"/>
+		<typeAlias alias="Other" type="IBatisNet.DataAccess.Test.Domain.Other, IBatisNet.DataAccess.Test"/>
 	</alias>
 	
 	<resultMaps>                                    

Modified: incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config?view=diff&r1=156366&r2=156367
==============================================================================
--- incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config (original)
+++ incubator/ibatis/trunk/cs/mapper/IBatisNet.DataAccess.Test/bin/Debug/dao_MySql_ByteFx.config Sun Mar  6 18:30:18 2005
@@ -49,8 +49,8 @@
 			<property name="hibernate.connection.provider" value="NHibernate.Connection.DriverConnectionProvider"/>
 			<!-- NHibernate 0.4.0 works with ByteFX through the ByteFXDataDriver -->
 			<!-- NHibernate 0.5.0 works with MySql.Data through the MySqlDataDriver -->
-			<!-- <property name="hibernate.connection.driver_class" value="NHibernate.Driver.MySqlDataDriver"/> -->
-			<property name="hibernate.connection.driver_class" value="NHibernate.Driver.ByteFXDataDriver"/>
+			<property name="hibernate.connection.driver_class" value="NHibernate.Driver.MySqlDataDriver"/>
+			<!-- <property name="hibernate.connection.driver_class" value="NHibernate.Driver.ByteFXDataDriver"/> -->
 			<property name="mapping" value="IBatisNet.DataAccess.Test"/>
 			<property name="show_sql" value="false"/>
 			<property name="use_outer_join" value="true"/>