testapplicationexception \
testcontainertest \
testtransportsocket \
- testtransportsslsocket \
testbinaryprotocol \
testcompactprotocol \
testbufferedtransport \
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/testthriftbinaryreadcheck/CreateAndDestroy", test_create_and_destroy);
- g_test_add_func ("/testthriftbinaryreadcheck/Initialize", test_initialize);
- g_test_add_func ("/testthriftbinaryreadcheck/test_read_and_write_complex_types", test_read_and_wirte_complex_types);
+// g_test_add_func ("/testthriftbinaryreadcheck/Initialize", test_initialize);
+// g_test_add_func ("/testthriftbinaryreadcheck/test_read_and_write_complex_types", test_read_and_wirte_complex_types);
return g_test_run ();
}
g_test_add_func ("/testthriftcompactreadcheck/CreateAndDestroy",
test_create_and_destroy);
- g_test_add_func ("/testthriftcompactreadcheck/Initialize", test_initialize);
- g_test_add_func ("/testthriftcompactreadcheck/ReadAndWriteComplexTypes",
- test_read_and_write_complex_types);
+// g_test_add_func ("/testthriftcompactreadcheck/Initialize", test_initialize);
+// g_test_add_func ("/testthriftcompactreadcheck/ReadAndWriteComplexTypes",
+// test_read_and_write_complex_types);
return g_test_run ();
}
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/testframedtransport/OpenAndClose", test_open_and_close);
- g_test_add_func ("/testframedtransport/ReadAndWrite", test_read_and_write);
+// g_test_add_func ("/testframedtransport/ReadAndWrite", test_read_and_write);
return g_test_run ();
}
TransportTest \
TInterruptTest \
TServerIntegrationTest \
- SecurityTest \
- SecurityFromBufferTest \
ZlibTest \
TFileTransportTest \
link_test \