THRIFT-1588 Java Generated Exceptions don't follow inheritance pattern as other Languages
- fix the build!
- add test/gen-html for ThriftTest.thrift
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1333628 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/cpp/src/TestClient.cpp b/test/cpp/src/TestClient.cpp
index f461a87..a1af77e 100755
--- a/test/cpp/src/TestClient.cpp
+++ b/test/cpp/src/TestClient.cpp
@@ -530,8 +530,8 @@
}
try {
- printf("testClient.testException(\"Xception\") =>");
- testClient.testException("Xception");
+ printf("testClient.testException(\"TException\") =>");
+ testClient.testException("TException");
printf(" void\nFAILURE\n");
} catch(TException& e) {