diff options
author | Jan Lehnardt <jan@apache.org> | 2009-10-18 02:07:53 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-10-18 02:07:53 +0000 |
commit | 75364fead46acbb370efaf5c84ffdc31529d7c31 (patch) | |
tree | 1b56d8133613467e1b38670968b5c691a562cebd /share/www/custom_test.html | |
parent | 9d5bbca9c2117730b3cd940ccb6151a548b6c94d (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.html | 2 |
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); } |