projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f73dced
)
fix test error
author
Steve Singer
<
[email protected]
>
Fri, 21 Jun 2019 02:27:03 +0000
(22:27 -0400)
committer
Steve Singer
<
[email protected]
>
Fri, 21 Jun 2019 02:27:03 +0000
(22:27 -0400)
clustertest/disorder/tests/LogShipping.js
patch
|
blob
|
blame
|
history
diff --git
a/clustertest/disorder/tests/LogShipping.js
b/clustertest/disorder/tests/LogShipping.js
index 405ab220ab6d7c2d8cf0974913594fe2a7b91909..19813510eb1a3c5691f69e68531b6d5b4c618a7a 100644
(file)
--- a/
clustertest/disorder/tests/LogShipping.js
+++ b/
clustertest/disorder/tests/LogShipping.js
@@
-225,7
+225,7
@@
LogShipping.prototype.ddlTest = function() {
rs.close();
}
catch (e) {
- this.
asser
tResults.assertCheck('select count threw an exception:' + e.getMessage(),true,false);
+ this.
tes
tResults.assertCheck('select count threw an exception:' + e.getMessage(),true,false);
}
finally {
stat.close();
@@
-240,4
+240,4
@@
LogShipping.prototype.ddlTest = function() {
this.coordinator.join(slonik);
this.testResults.assertCheck('slonik executed drop table okay', slonik
.getReturnCode(), 0);
-}
\ No newline at end of file
+}