Author: gbayon
Date: Sat Oct 21 08:08:28 2006
New Revision: 466411
URL: http://svn.apache.org/viewvc?view=rev&rev=466411
Log:
Add compilation directive for .net v2
Modified:
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/NUnit/CommonTests/Utilities/PropertyAccessorTest.cs
Modified:
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/NUnit/CommonTests/Utilities/PropertyAccessorTest.cs
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.Common.Test/NUnit/CommonTests/Utilities/PropertyAccessorTest.cs?view=diff&rev=466411&r1=466410&r2=466411
==============================================================================
---
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/NUnit/CommonTests/Utilities/PropertyAccessorTest.cs
(original)
+++
ibatis/trunk/cs/mapper/IBatisNet.Common.Test/NUnit/CommonTests/Utilities/PropertyAccessorTest.cs
Sat Oct 21 08:08:28 2006
@@ -234,6 +234,7 @@
Assert.AreEqual(-99 * 2, accessorGet.Get(son));
}
+#if dotnet2
/// <summary>
/// Test getter access to Public Generic Property
/// </summary>
@@ -305,6 +306,7 @@
Assert.AreEqual(son.ReferenceAccount, referenceAccount);
Assert.AreEqual(son.ReferenceAccount.Value.Id,
referenceAccount.Value.Id);
}
+#endif
}
}