Check in modifications to allow lc3 tests to be run in the browser, no bug

git-svn-id: svn://10.0.0.236/trunk@179380 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bob%bclary.com
2005-08-31 04:52:30 +00:00
parent ee1ce47f24
commit 5c3f33d41f
232 changed files with 10099 additions and 9577 deletions

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
*
@@ -40,17 +41,17 @@
*
*
*/
var SECTION = "java array object inheritance JavaScript Array methods";
var VERSION = "1_4";
var TITLE = "LiveConnect 3.0 " + SECTION;
var SECTION = "java array object inheritance JavaScript Array methods";
var VERSION = "1_4";
var TITLE = "LiveConnect 3.0 " + SECTION;
startTest();
startTest();
var b = new java.lang.String("abcdefghijklmnopqrstuvwxyz").getBytes();
var b = new java.lang.String("abcdefghijklmnopqrstuvwxyz").getBytes();
testcases[tc++] = new TestCase(
"var b = new java.lang.String(\"abcdefghijklmnopqrstuvwxyz\").getBytes(); b.valueOf()",
b,
b.valueOf() );
new TestCase(
"var b = new java.lang.String(\"abcdefghijklmnopqrstuvwxyz\").getBytes(); b.valueOf()",
b,
b.valueOf() );
test();
test();