Exemple #1
0
 def testAbort_Empty(self):
     t = Transaction()
     t.abort()
     t.close_connection()
 def testAbort_Empty(self):
     t = Transaction()
     t.abort()
     t.close_connection()
Exemple #3
0
 def testAbort_NotConnected(self):
     t = Transaction()
     t.close_connection()
     #self.assertRaises(scalaris.ConnectionError, t.abort)
     t.abort()
     t.close_connection()
 def testAbort_NotConnected(self):
     t = Transaction()
     t.close_connection()
     #self.assertRaises(scalaris.ConnectionError, t.abort)
     t.abort()
     t.close_connection()