bug fix on server side, add log engine, change lib to core
This commit is contained in:
11
tests/rfb.py
Normal file
11
tests/rfb.py
Normal file
@@ -0,0 +1,11 @@
|
||||
'''
|
||||
@author: sylvain
|
||||
'''
|
||||
import unittest
|
||||
|
||||
class RfbCase(unittest.TestCase):
|
||||
'''
|
||||
test casefor rfb layer (vnc)
|
||||
'''
|
||||
def testName(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user