Resurrected tests

git-svn-id: svn://10.0.0.236/trunk@11054 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1998-09-25 17:55:03 +00:00
parent 9cf94d314b
commit cdf708174f
2 changed files with 1 additions and 2 deletions

View File

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

View File

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