commit | 2a4bfd6d0cdd32c9ade36a5c481b952f522f4fb2 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周一 4月 07 23:45:00 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | 周一 4月 07 23:45:00 2008 +0000 |
tree | 0453c0c01568a02daa57612738e1704e7d1cf6a8 | |
parent | c5c542538b7954c721fbd8007ebf0b482a86677a [diff] [blame] |
Clean up the unit tests. - Make Python tests cwd-agnostic. - Use boost::test. - Add a benchmark. - Use a library to clean up test/Makefile.am. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665640 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/DebugProtoTest.cpp b/test/DebugProtoTest.cpp index d736d95..98ff43c 100644 --- a/test/DebugProtoTest.cpp +++ b/test/DebugProtoTest.cpp
@@ -6,7 +6,7 @@ int main() { using std::cout; using std::endl; - using namespace thrift::test; + using namespace thrift::test::debug; OneOfEach ooe;