diff --git a/tests/unit/listview/index.html b/tests/unit/listview/index.html index 4a30a43b..3e1fc50b 100644 --- a/tests/unit/listview/index.html +++ b/tests/unit/listview/index.html @@ -80,22 +80,40 @@ diff --git a/tests/unit/listview/listview_core.js b/tests/unit/listview/listview_core.js index 40cd2622..dcc23a3d 100644 --- a/tests/unit/listview/listview_core.js +++ b/tests/unit/listview/listview_core.js @@ -126,7 +126,7 @@ }, function(){ - equal($('.ui-page-active .ui-content .ui-listview li').text(), "Sub Item 10Sub Item 11Sub Item 12", 'Text should be "Sub Item 10Sub Item 11Sub Item 12"'); + equal($('.ui-page-active .ui-content .ui-listview li').text(), "Item A-3-0Item A-3-1Item A-3-2", 'Text should be "Item A-3-0Item A-3-1Item A-3-2"'); start(); } ]); @@ -390,4 +390,4 @@ }, 1000); }); -})(jQuery); \ No newline at end of file +})(jQuery);