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
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user