From d54e7976c1a3d9541aaaca6cda3e0c8fd5a782e5 Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Fri, 7 Jul 2000 18:47:25 +0000 Subject: [PATCH] a=edburns r=ashuk bugs: 44327, 44328 Comment out the bookmarks test code. git-svn-id: svn://10.0.0.236/trunk@73824 18797224-902f-48f8-a5cc-f745e15eee43 --- .../classes_spec/org/mozilla/webclient/test/EMWindow.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mozilla/java/webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java b/mozilla/java/webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java index fa7f3d3015a..f90b60cc4a6 100644 --- a/mozilla/java/webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java +++ b/mozilla/java/webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java @@ -51,7 +51,7 @@ import org.w3c.dom.Document; * This is a test application for using the BrowserControl. * - * @version $Id: EMWindow.java,v 1.15 2000-06-30 00:01:58 ashuk%eng.sun.com Exp $ + * @version $Id: EMWindow.java,v 1.16 2000-07-07 18:47:25 edburns%acm.org Exp $ * * @see org.mozilla.webclient.BrowserControlFactory @@ -248,6 +248,7 @@ public class EMWindow extends Frame implements DialogClient, ActionListener, Doc System.out.println("debug: edburns: got Bookmarks instance"); bookmarksTree = bookmarks.getBookmarks(); + /********* TreeNode bookmarksRoot = (TreeNode) bookmarksTree.getRoot(); System.out.println("debug: edburns: testing the Enumeration"); @@ -271,6 +272,7 @@ public class EMWindow extends Frame implements DialogClient, ActionListener, Doc i + "): index should be " + i + "."); childIndex = bookmarksRoot.getIndex(currentChild); System.out.println("debug: edburns: index is: " + childIndex); + *****/ /********** BookmarkEntry folder = bookmarks.newBookmarkFolder("newFolder");