From 24e7496ea4d6b554c184678c026e2b57797c320f Mon Sep 17 00:00:00 2001 From: Youmin Ha Date: Mon, 17 Dec 2012 14:27:21 +0900 Subject: [PATCH] Fix collapsible unit-test Change-Id: I6c1cc239ade905d83be54f0cd066770d33722762 --- tests/unit-tests/collapsible/collapsible-tests.js | 4 ++-- tests/unit-tests/collapsible/index.html | 0 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 tests/unit-tests/collapsible/collapsible-tests.js mode change 100755 => 100644 tests/unit-tests/collapsible/index.html diff --git a/tests/unit-tests/collapsible/collapsible-tests.js b/tests/unit-tests/collapsible/collapsible-tests.js old mode 100755 new mode 100644 index 8b98f1c..4a179d8 --- a/tests/unit-tests/collapsible/collapsible-tests.js +++ b/tests/unit-tests/collapsible/collapsible-tests.js @@ -15,8 +15,8 @@ equal( obj_collapse.options.expandCueText, " click to expand contents", "Collapsed test -> expandCueText" ); equal( obj_collapse.options.collapseCueText, " click to collapse contents", "Collapsed test -> collapseCueText" ); equal( obj_collapse.options.collapsed, true, "Collapsed test -> collapsed" ); - equal( obj_collapse.options.heading, "h1,h2,h3,h4,h5,h6,legend", "Collapsed test -> heading" ); - equal( obj_collapse.options.theme, null, "Collapsed test -> theme" ); + equal( obj_collapse.options.heading, "h1,h2,h3,h4,h5,h6,legend,li", "Collapsed test -> heading" ); + equal( obj_collapse.options.theme, 's', "Collapsed test -> theme" ); equal( obj_collapse.options.contentTheme, null, "Collapsed test -> contentTheme" ); /* Check event */ diff --git a/tests/unit-tests/collapsible/index.html b/tests/unit-tests/collapsible/index.html old mode 100755 new mode 100644 -- 2.7.4