Updating bug number reference in test. The original bug has outgrown.

This commit is contained in:
pschwartau%netscape.com 2001-12-18 01:23:15 +00:00
parent 717bf7c04f
commit 3f93033176

View File

@ -47,7 +47,7 @@
**********************************************************************
*/
//-----------------------------------------------------------------------------
var bug = 83293;
var bug = 103351; // <--- (Outgrowth of original bug 83293)
var summ_OLD = 'Testing str.replace(strA, strB) == str.replace(new RegExp(strA),strB)';
var summ_NEW = 'Testing String.prototype.replace(x,y) when x is a string';
var summary = summ_NEW;