From aa8449482e418a4ef4a4c27b37c6a721dd546041 Mon Sep 17 00:00:00 2001 From: "kostello%netscape.com" Date: Mon, 28 Sep 1998 20:34:30 +0000 Subject: [PATCH] raptor checkin, took out the asserts for reading in a file, just so the viewer will work correctly. While fix this soon. git-svn-id: svn://10.0.0.236/trunk@11255 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webshell/tests/viewer/nsMacFile.cp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webshell/tests/viewer/nsMacFile.cp b/mozilla/webshell/tests/viewer/nsMacFile.cp index b634bfa7635..c1dde6409c1 100644 --- a/mozilla/webshell/tests/viewer/nsMacFile.cp +++ b/mozilla/webshell/tests/viewer/nsMacFile.cp @@ -41,7 +41,7 @@ char * WH_FileName (const char *name, XP_FileType type) { if (type != xpURL) { - PR_ASSERT(FALSE); + //PR_ASSERT(FALSE); return NULL; } else @@ -65,7 +65,7 @@ XP_File XP_FileOpen( const char* name, XP_FileType type, { if (type != xpURL) { - PR_ASSERT(FALSE); + //PR_ASSERT(FALSE); return NULL; }