[gnome-music] tests: update index for track title in the model



commit ebb779b031fa52012736b5d5d62afd2a8aa6ebbf
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Jun 10 11:14:19 2013 +0200

    tests: update index for track title in the model

 tests/tests_albumPlayback.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/tests_albumPlayback.js b/tests/tests_albumPlayback.js
index b82f81f..84e2e69 100644
--- a/tests/tests_albumPlayback.js
+++ b/tests/tests_albumPlayback.js
@@ -148,7 +148,7 @@ function testAlbumViewPlayback() {
     assertEquals(newTrackMarkup, "<b>" + firstTrackMarkup + "</b>");
 
     // Nowplaying icon is displayed for this track
-    assertTrue(albumWidget.model.get_value(firstTrackIter, 6))
+    assertTrue(albumWidget.model.get_value(firstTrackIter, 9))
 
     // Artist and track labels are updated
     assertEquals(player.artistLabel.get_label(), artist)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]