JavaScript Test Library - add test path to ecma_3/Date/shell.js

This commit is contained in:
bob%bclary.com 2005-11-07 07:03:15 +00:00
Родитель 3ddb3ab596
Коммит 9884e61a05
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,4 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
@ -72,6 +73,7 @@ function AddTestCase( description, expect, actual ) {
*/
function TestCase( n, d, e, a ) {
this.path = (typeof gTestPath == 'undefined') ? '' : gTestPath;
this.name = n;
this.description = d;
this.expect = e;