Upgrading dependency to Thrift 0.12.0
This commit is contained in:
parent
3e4590dcc0
commit
356978cb42
1302 changed files with 101701 additions and 26784 deletions
5
vendor/git.apache.org/thrift.git/test/py/FastbinaryTest.py
generated
vendored
5
vendor/git.apache.org/thrift.git/test/py/FastbinaryTest.py
generated
vendored
|
@ -50,6 +50,7 @@ class TDevNullTransport(TTransport.TTransportBase):
|
|||
def isOpen(self):
|
||||
return True
|
||||
|
||||
|
||||
ooe1 = OneOfEach()
|
||||
ooe1.im_true = True
|
||||
ooe1.im_false = False
|
||||
|
@ -85,6 +86,10 @@ hm.big[1].a_bite = 0x22
|
|||
|
||||
hm.contain.add(("and a one", "and a two"))
|
||||
hm.contain.add(("then a one, two", "three!", "FOUR!"))
|
||||
if sys.version_info[0] == 2 and os.environ.get('THRIFT_TEST_PY_NO_UTF8STRINGS'):
|
||||
hm.contain.add((u"\xd7\n\a\t".encode('utf8'),))
|
||||
else:
|
||||
hm.contain.add((u"\xd7\n\a\t",))
|
||||
hm.contain.add(())
|
||||
|
||||
hm.bonks["nothing"] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue