summaryrefslogtreecommitdiff
path: root/share/www/custom_test.html
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-10-18 02:07:53 +0000
committerJan Lehnardt <jan@apache.org>2009-10-18 02:07:53 +0000
commit75364fead46acbb370efaf5c84ffdc31529d7c31 (patch)
tree1b56d8133613467e1b38670968b5c691a562cebd /share/www/custom_test.html
parent9d5bbca9c2117730b3cd940ccb6151a548b6c94d (diff)
case sensitivity
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@826343 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/custom_test.html')
-rw-r--r--share/www/custom_test.html2
1 files changed, 1 insertions, 1 deletions
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);
}