From cdf708174f3c6f793b2ba8fedbb68ca83be140bb Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Fri, 25 Sep 1998 17:55:03 +0000 Subject: [PATCH] Resurrected tests git-svn-id: svn://10.0.0.236/trunk@11054 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/html/tests/TestAttributes.cpp | 2 +- mozilla/layout/html/tests/makefile.win | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/layout/html/tests/TestAttributes.cpp b/mozilla/layout/html/tests/TestAttributes.cpp index c086f4b08c7..73313f65cbd 100644 --- a/mozilla/layout/html/tests/TestAttributes.cpp +++ b/mozilla/layout/html/tests/TestAttributes.cpp @@ -71,7 +71,7 @@ void testAttributes(nsIHTMLContent* content) { printf("test 3 (case comparison) failed\n"); } - content->UnsetAttribute(sWIDTH); + content->UnsetAttribute(sWIDTH, PR_FALSE); nsISupportsArray* allNames; NS_NewISupportsArray(&allNames); diff --git a/mozilla/layout/html/tests/makefile.win b/mozilla/layout/html/tests/makefile.win index 11fa62fbc1e..fc59afbb500 100644 --- a/mozilla/layout/html/tests/makefile.win +++ b/mozilla/layout/html/tests/makefile.win @@ -68,7 +68,6 @@ install:: $(PROGRAMS) $(MAKE_INSTALL) $(PROG2) $(DIST)\bin $(MAKE_INSTALL) $(PROG3) $(DIST)\bin $(MAKE_INSTALL) $(PROG4) $(DIST)\bin - $(MAKE_INSTALL) $(PROG5) $(DIST)\bin clobber:: rm -f $(DIST)\bin\TestCSSScanner.exe