Skip to content

Commit

Permalink
Release 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Mar 15, 2016
1 parent 2d53ae8 commit 6a6deca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.baidu</groupId>
<artifactId>jprotobuf</artifactId>
<version>1.9.7-SNAPSHOT</version>
<version>1.9.7</version>

<name>Jprotobuf</name>
<description>A very useful utility library for java programmer using google protobuf.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,15 @@ public void testInnerIncludingServiceIDLGenerateSource() {
}
}

@Ignore
@Test
public void testFileImportWithDiffPackageIDLGenerateSource() {

File file = new File("D:/qq/Pk2.proto");
if (!file.exists()) {
return;
}
try {
ProtobufIDLProxy.generateSource(new File("D:/qq/Pk2.proto"), new File("D:/qq"));
Map<String, IDLProxyObject> idlProxyObjects = ProtobufIDLProxy.create(file);
} catch (IOException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 6a6deca

Please sign in to comment.