[Bookmark] Fix exception testing
authorJunghyuk Park <junghyuk.park@samsung.com>
Tue, 13 Aug 2013 05:30:51 +0000 (14:30 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 13 Aug 2013 14:24:21 +0000 (14:24 +0000)
Change-Id: I94ef9a602648b209609c8e0a6e1c2ac63986ba58

tct-bookmark-tizen-tests/bookmark/BookmarkManager_add_invalid.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4f9c1e0..c40c2a4
@@ -61,9 +61,6 @@ test(function () {
     assert_throws({name: "InvalidValuesError"}, function () {
         tizen.bookmark.add(new tizen.BookmarkFolder(folder.title));
     }, "folder name conflict w/folder");
-    assert_throws({name: "InvalidValuesError"}, function () {
-        tizen.bookmark.add(new tizen.BookmarkFolder(bookmark.title), folder);
-    }, "folder name conflict w/item");
 
     tizen.bookmark.remove();
 }, "BookmarkManager_add");