Thrift-1090: Document the generation of a file called "Constants.java"
authorJake Farrell <jfarrell@apache.org>
Tue, 6 Dec 2011 03:13:55 +0000 (03:13 +0000)
committerJake Farrell <jfarrell@apache.org>
Tue, 6 Dec 2011 03:13:55 +0000 (03:13 +0000)
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

lib/java/test/org/apache/thrift/Fixtures.java

index b17e44c..9f28124 100644 (file)
@@ -329,7 +329,7 @@ public class Fixtures {
 
       // 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) {