예제 #1
0
 def test0004versionexstopped(self):
     self.stopSnarl()
     self.assert_(PySnarl.snGetVersionEx() == False)
예제 #2
0
 def test0004versionexstopped(self):
     self.stopSnarl()
     self.assert_(PySnarl.snGetVersionEx() == False)
예제 #3
0
 def test0003versionexstart(self):
     a = PySnarl.snGetVersionEx()
     self.assert_(type(a) == int or type(a) == long)
예제 #4
0
 def test0003versionexstart(self):
     a = PySnarl.snGetVersionEx()
     self.assert_(type(a) == int or type(a) == long)