File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 3 files changed +8
-4
lines changed <
8000
/div>
Original file line number Diff line number Diff line change 59
59
<plugin >
60
60
<groupId >org.sonatype.plugins</groupId >
61
61
<artifactId >nexus-staging-maven-plugin</artifactId >
62
- <version >1.6.3 </version >
62
+ <version >1.6.5 </version >
63
63
<extensions >true</extensions >
64
64
<configuration >
65
65
<serverId >ossrh</serverId >
135
135
<goals >
136
136
<goal >jar</goal >
137
137
</goals >
138
+ <configuration >
139
+ <additionalparam >-Xdoclint:none</additionalparam >
140
+ </configuration >
138
141
</execution >
139
142
</executions >
140
143
</plugin >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public void load_from_proerty_file2() {
65
65
66
66
}
67
67
68
- @ Ignore
68
+ /* @Ignore
69
69
@Test
70
70
public void connect_timeout() throws ArangoException {
71
71
@@ -84,7 +84,7 @@ public void connect_timeout() throws ArangoException {
84
84
85
85
configure.shutdown();
86
86
87
- }
87
+ }*/
88
88
89
89
@ Test
90
90
public void so_connect_timeout () throws ArangoException {
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ public void test_version() throws ArangoException {
52
52
53
53
ArangoVersion version = driver .getVersion ();
54
54
assertThat (version .getServer (), is ("arango" ));
55
- assertThat (version .getVersion (), is ("2.3.0-devel" ));
55
+ // assertThat(version.getVersion(), is("2.3.0-devel"));
56
+ assertThat (version .getVersion (), is ("2.3.5" ));
56
57
57
58
}
58
59
You can’t perform that action at this time.
0 commit comments