From c43ae32b00ab64e5427b924867a4783ca0edee57 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Wed, 7 Apr 2010 02:25:36 +0000 Subject: changes is less likely to miss updates, and changes test is more robust git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@931407 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/uuids.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/script/test/uuids.js') diff --git a/share/www/script/test/uuids.js b/share/www/script/test/uuids.js index 4de7ce90..35ac2683 100644 --- a/share/www/script/test/uuids.js +++ b/share/www/script/test/uuids.js @@ -97,7 +97,7 @@ couchTests.uuids = function(debug) { T(result.uuids[i].length == 32); var u1 = result.uuids[i-1].substr(0, 13); var u2 = result.uuids[i].substr(0, 13); - T(u1 < u2, "UTC uuids are roughly ordered."); + T(u1 < u2, "UTC uuids are only roughly ordered, so this assertion may fail occasionally. Don't sweat it."); } }; -- cgit v1.2.3