Author: gbayon
Date: Sun Jul 23 08:55:49 2006
New Revision: 424761

URL: http://svn.apache.org/viewvc?rev=424761&view=rev
Log:
- Uptade domain test after IBATISNET-175

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Document.cs

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Document.cs
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Document.cs?rev=424761&r1=424760&r2=424761&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Document.cs 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper.Test/Domain/Document.cs Sun Jul 
23 08:55:49 2006
@@ -1,8 +1,11 @@
+using System;
+
 namespace IBatisNet.DataMapper.Test.Domain
 {
        /// <summary>
        /// Summary for Document.
        /// </summary>
+    [Serializable]
        public class Document
        {
                private int _id = -1;


Reply via email to