From 75364fead46acbb370efaf5c84ffdc31529d7c31 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 18 Oct 2009 02:07:53 +0000 Subject: case sensitivity git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@826343 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/custom_test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/www/custom_test.html') diff --git a/share/www/custom_test.html b/share/www/custom_test.html index 79c04c70..04021e90 100644 --- a/share/www/custom_test.html +++ b/share/www/custom_test.html @@ -33,7 +33,7 @@ specific language governing permissions and limitations under the License. } } - function Tequals(expect, found, descr) { + function TEquals(expect, found, descr) { var mesg = "expected '" + expect + "', got '" + found + "' " + descr; T(expect === found, mesg); } -- cgit v1.2.3