summaryrefslogtreecommitdiff
path: root/test/StressTest.thrift
diff options
context:
space:
mode:
authorAditya Agarwal <aditya@apache.org>2006-10-11 02:50:15 +0000
committerAditya Agarwal <aditya@apache.org>2006-10-11 02:50:15 +0000
commit3950f47d6fd95ddc7e0df4563a6a53c348a7b784 (patch)
tree83dc587bf600d46c75e58ed72263d619f13803a7 /test/StressTest.thrift
parente528c7649099d84dea57b47c58bbc5c8e65e45f8 (diff)
downloadthrift-3950f47d6fd95ddc7e0df4563a6a53c348a7b784.tar.gz
-- Thrift testing changes
Summary: -- Modified StressTest.thrift to work (it was out of date..) and added tests for TBufferedFileWriter -- Modified Makefiles to use the correct lib directory Reviewed By: Slee Test Plan: This is the test. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/StressTest.thrift')
-rw-r--r--test/StressTest.thrift4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/StressTest.thrift b/test/StressTest.thrift
index 3cce4ebd0..000eb296e 100644
--- a/test/StressTest.thrift
+++ b/test/StressTest.thrift
@@ -4,10 +4,6 @@ service Service {
void echoVoid(),
byte echoByte(byte arg),
-// u16 echoU16(u16 arg),
-// u32 echoU32(u32 arg),
-// u64 echoU64(u64 arg),
-// i16 echoI16(i16 arg),
i32 echoI32(i32 arg),
i64 echoI64(i64 arg),
string echoString(string arg),