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 @@
- Item 1
- Item 2
- - Parent Item
+
- Item 3
- - Sub Item 10
- - Sub Item 11
- - Sub Item 12
+ - Item A-3-0
+ - Item A-3-1
+ - Item A-3-2
- - Item 3
- - Item 4
- - Parent Item
+
- Item 1
+ - Item 2
+ - Item 3
- - Sub Item 20
- - Sub Item 21
- - Sub Item 22
+ - Item B-3-0
+
+ - Item B-3-0-0
+ - Item B-3-0-1
+
+ - Item B-3-0-1-0
+ - Item B-3-0-1-1
+ - Item B-3-0-1-2
+
+
+ - Item B-3-0-2
+
+
+ - Item B-3-1
+
+ - Item B-3-1-0
+ - Item B-3-1-1
+ - Item B-3-1-2
+
+
+ - Item B-3-2
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);