Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a2c5674
)
Thrift-1090: Document the generation of a file called "Constants.java"
author
Jake Farrell
<jfarrell@apache.org>
Tue, 6 Dec 2011 03:13:55 +0000
(
03:13
+0000)
committer
Jake 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
patch
|
blob
|
history
diff --git
a/lib/java/test/org/apache/thrift/Fixtures.java
b/lib/java/test/org/apache/thrift/Fixtures.java
index
b17e44c
..
9f28124
100644
(file)
--- a/
lib/java/test/org/apache/thrift/Fixtures.java
+++ b/
lib/java/test/org/apache/thrift/Fixtures.java
@@
-329,7
+329,7
@@
public class Fixtures {
// superhuge compact proto test struct
compactProtoTestStruct = new CompactProtoTestStruct(
- thrift.test.Constants.COMPACT_TEST);
+ thrift.test.
DebugProtoTest
Constants.COMPACT_TEST);
compactProtoTestStruct.setA_binary(ByteBuffer.wrap(new byte[] { 0, 1, 2,
3, 4, 5, 6, 7, 8 }));
} catch (Exception e) {