fix test error
authorSteve Singer <[email protected]>
Fri, 21 Jun 2019 02:27:03 +0000 (22:27 -0400)
committerSteve Singer <[email protected]>
Fri, 21 Jun 2019 02:27:03 +0000 (22:27 -0400)
clustertest/disorder/tests/LogShipping.js

index 405ab220ab6d7c2d8cf0974913594fe2a7b91909..19813510eb1a3c5691f69e68531b6d5b4c618a7a 100644 (file)
@@ -225,7 +225,7 @@ LogShipping.prototype.ddlTest = function() {
                rs.close();
        }
        catch (e) {
-               this.assertResults.assertCheck('select count threw an exception:' + e.getMessage(),true,false);
+               this.testResults.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
+}