Thrift-1090: Document the generation of a file called "Constants.java"
Client: java
Patch: Jake Farrell
Fixing test cases left out in initial patch.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210765 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/java/test/org/apache/thrift/Fixtures.java b/lib/java/test/org/apache/thrift/Fixtures.java
index b17e44c..9f28124 100644
--- a/lib/java/test/org/apache/thrift/Fixtures.java
+++ b/lib/java/test/org/apache/thrift/Fixtures.java
@@ -329,7 +329,7 @@
// superhuge compact proto test struct
compactProtoTestStruct = new CompactProtoTestStruct(
- thrift.test.Constants.COMPACT_TEST);
+ thrift.test.DebugProtoTestConstants.COMPACT_TEST);
compactProtoTestStruct.setA_binary(ByteBuffer.wrap(new byte[] { 0, 1, 2,
3, 4, 5, 6, 7, 8 }));
} catch (Exception e) {