From 62ee4eb8cb1f28b90081efd1fa877e65dc663415 Mon Sep 17 00:00:00 2001 From: "dietrich%mozilla.com" Date: Wed, 9 May 2007 01:51:39 +0000 Subject: [PATCH] follow-up to bug 379986 (r=sayrer) --- toolkit/components/places/tests/bookmarks/test_bookmarks.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toolkit/components/places/tests/bookmarks/test_bookmarks.js b/toolkit/components/places/tests/bookmarks/test_bookmarks.js index 531a30a67f0..c936eb806b0 100644 --- a/toolkit/components/places/tests/bookmarks/test_bookmarks.js +++ b/toolkit/components/places/tests/bookmarks/test_bookmarks.js @@ -527,6 +527,8 @@ function getChildCount(aFolderId) { rootNode.containerOpen = true; cc = rootNode.childCount; rootNode.containerOpen = false; - } catch(ex) {} + } catch(ex) { + do_throw("getChildCount failed: " + ex); + } return cc; }