Author: gbayon
Date: Sat Oct 11 14:20:10 2008
New Revision: 703734
URL: http://svn.apache.org/viewvc?rev=703734&view=rev
Log:
rename last test
Modified:
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/Mapping/StatementTest.cs
Modified:
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/Mapping/StatementTest.cs
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/Mapping/StatementTest.cs?rev=703734&r1=703733&r2=703734&view=diff
==============================================================================
---
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/Mapping/StatementTest.cs
(original)
+++
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test.2005/Fixtures/Mapping/StatementTest.cs
Sat Oct 11 14:20:10 2008
@@ -46,11 +46,12 @@
#region Object Query tests
/// <summary>
- /// Test use a statement with property subtitution
- /// (JIRA 22)
+ /// Interface mapping
/// </summary>
[Test]
- public void TestInterface()
+ [Category("JIRA")]
+ [Description("JIRA-283")]
+ public void Result_mapping_on_interface_should_work()
{
BaseAccount account = new BaseAccount();