From 5adf948786f79d441c184a3ac51072797cefc2f1 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 30 Aug 2012 18:54:02 +0200 Subject: [PATCH] tests: Add missing fix from previous commit --- tests/rygel-item-creator-test.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/rygel-item-creator-test.vala b/tests/rygel-item-creator-test.vala index 3ee0435..27eda60 100644 --- a/tests/rygel-item-creator-test.vala +++ b/tests/rygel-item-creator-test.vala @@ -184,6 +184,7 @@ public class Rygel.ContentDirectory : GLib.Object { public class Rygel.MediaContainer : Rygel.MediaObject { public Gee.ArrayList create_classes = new Gee.ArrayList (); public int child_count; + public string sort_criteria = "+dc:title"; // mockable elements public MediaObject found_object = null; -- 2.7.4