Fix collapsible unit-test
authorYoumin Ha <youmin.ha@samsung.com>
Mon, 17 Dec 2012 05:27:21 +0000 (14:27 +0900)
committerGerrit Code Review <gerrit2@kim11>
Thu, 20 Dec 2012 11:04:03 +0000 (20:04 +0900)
Change-Id: I6c1cc239ade905d83be54f0cd066770d33722762

tests/unit-tests/collapsible/collapsible-tests.js [changed mode: 0755->0644]
tests/unit-tests/collapsible/index.html [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 8b98f1c..4a179d8
@@ -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 */
old mode 100755 (executable)
new mode 100644 (file)