tests: Add missing fix from previous commit
authorJens Georg <mail@jensge.org>
Thu, 30 Aug 2012 16:54:02 +0000 (18:54 +0200)
committerJens Georg <mail@jensge.org>
Thu, 30 Aug 2012 16:54:02 +0000 (18:54 +0200)
tests/rygel-item-creator-test.vala

index 3ee0435..27eda60 100644 (file)
@@ -184,6 +184,7 @@ public class Rygel.ContentDirectory : GLib.Object {
 public class Rygel.MediaContainer : Rygel.MediaObject {
     public Gee.ArrayList<string> create_classes = new Gee.ArrayList<string> ();
     public int child_count;
+    public string sort_criteria = "+dc:title";
 
     // mockable elements
     public MediaObject found_object = null;