Exemplo n.º 1
0
 def testAbort_Empty(self):
     t = Transaction()
     t.abort()
     t.close_connection()
Exemplo n.º 2
0
 def testAbort_Empty(self):
     t = Transaction()
     t.abort()
     t.close_connection()
Exemplo n.º 3
0
 def testAbort_NotConnected(self):
     t = Transaction()
     t.close_connection()
     #self.assertRaises(scalaris.ConnectionError, t.abort)
     t.abort()
     t.close_connection()
Exemplo n.º 4
0
 def testAbort_NotConnected(self):
     t = Transaction()
     t.close_connection()
     #self.assertRaises(scalaris.ConnectionError, t.abort)
     t.abort()
     t.close_connection()