Update of /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests/Data
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31005/test/Spring/Spring.Data.Tests/Data
Modified Files:
AdoPlatformTransactionManagerTests.cs
Log Message:
misc cleanup
updates AttibuteUtils
Index: AdoPlatformTransactionManagerTests.cs
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/test/Spring/Spring.Data.Tests/Data/AdoPlatformTransactionManagerTests.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AdoPlatformTransactionManagerTests.cs 15 Oct 2007 13:31:16 -0000 1.3
--- AdoPlatformTransactionManagerTests.cs 16 Oct 2007 00:28:49 -0000 1.4
***************
*** 137,140 ****
--- 137,141 ----
[Test]
+ [Ignore]
public void ParticipatingTransactionWithRollbackOnly()
{
|