diff options
Diffstat (limited to 'share/www/script')
-rw-r--r-- | share/www/script/test/stats.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/stats.js b/share/www/script/test/stats.js index dc3edb1f..8a21dd88 100644 --- a/share/www/script/test/stats.js +++ b/share/www/script/test/stats.js @@ -64,7 +64,7 @@ couchTests.stats = function(debug) { db.createDb(); } - var open_databases = requestStatsTest("couchdb", "open_databases").max; + var open_databases = requestStatsTest("couchdb", "open_databases").current; T(open_databases > 0 && max >= open_databases, name); for(var i=0; i<max+1; i++) { |