From 7209715c8676b58fc78f30f2bf72478fc747c52f Mon Sep 17 00:00:00 2001 From: "Brian S. O'Neill" Date: Sun, 20 Jan 2008 21:42:57 +0000 Subject: Split TransactionManager and created TransactionScope class. --- src/test/java/com/amazon/carbonado/spi/TestCursorList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/java') diff --git a/src/test/java/com/amazon/carbonado/spi/TestCursorList.java b/src/test/java/com/amazon/carbonado/spi/TestCursorList.java index 605e981..afd04b7 100644 --- a/src/test/java/com/amazon/carbonado/spi/TestCursorList.java +++ b/src/test/java/com/amazon/carbonado/spi/TestCursorList.java @@ -39,14 +39,14 @@ public class TestCursorList extends TestCase { return new TestSuite(TestCursorList.class); } - TransactionManager.CursorList mList; + TransactionScope.CursorList mList; public TestCursorList(String name) { super(name); } protected void setUp() { - mList = new TransactionManager.CursorList(); + mList = new TransactionScope.CursorList(); } public void testRegisterFew() { -- cgit v1.2.3