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

git-svn-id: svn://10.0.0.236/trunk@184228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bob%bclary.com 2005-11-07 07:03:15 +00:00
parent 871a42ae7c
commit aae055bd37

View File

@ -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;