flatbuffers/tests
tguo-aa d9db48257b Add self.assertNotNested() in CreateString
And also add a test case.
If you try to nest CreateString you will get a clear exception.
2015-09-29 08:34:10 +08:00
..
FlatBuffers.Test Merge remote-tracking branch 'upstream/master' 2015-08-15 14:48:59 +03:00
MyGame fixed code generator for array of bools 2015-08-19 14:39:06 -07:00
prototest Made .proto parsing understand nested declarations. 2015-09-28 09:48:41 -07:00
GoTest.sh Reduce allocations when reusing a Builder. 2015-04-02 19:33:00 -07:00
JavaTest.bat Fixed a bugs in the Java runtime that could cause an index out of bounds exception. 2014-07-02 14:39:58 -07:00
JavaTest.java added vector mutators 2015-08-15 14:48:47 +03:00
JavaTest.sh Added Copyright headers 2015-03-11 17:27:38 -07:00
PythonTest.sh Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
generate_code.sh applied struct parameter fix to Go and Python generated classes 2015-07-13 22:53:59 +03:00
go_test.go Fix 32bit-system integer overflow (test only) 2015-09-25 13:57:17 -07:00
include_test1.fbs Schemas now support include files. 2014-08-19 16:44:14 -07:00
include_test2.fbs Referring to types from other namespaces in C++ now works correctly. 2014-08-19 17:20:08 -07:00
monster_test.bfbs fixed code generator for array of bools 2015-08-19 14:39:06 -07:00
monster_test.fbs fixed code generator for array of bools 2015-08-19 14:39:06 -07:00
monster_test_generated.h Fixed .proto translation making scalars into required fields. 2015-09-25 09:21:31 -07:00
monsterdata_python_wire.mon fixed code generator for array of bools 2015-08-19 14:39:06 -07:00
monsterdata_test.golden Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08:00
monsterdata_test.json fixed code generator for array of bools 2015-08-19 14:39:06 -07:00
monsterdata_test.mon fixed code generator for array of bools 2015-08-19 14:39:06 -07:00
py_test.py Add self.assertNotNested() in CreateString 2015-09-29 08:34:10 +08:00
test.cpp serialize boolean in JSON to "true/false" instead of "0/1" 2015-09-16 10:31:38 -07:00