[totem-pl-parser] tests: Fix "hadess" test case in my own machine



commit 2660638d2069d9cc16ecef03fb1c68987d07650a
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 5 16:50:35 2012 +0100

    tests: Fix "hadess" test case in my own machine

 plparse/tests/parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plparse/tests/parser.c b/plparse/tests/parser.c
index 378adb9..33537dc 100644
--- a/plparse/tests/parser.c
+++ b/plparse/tests/parser.c
@@ -566,7 +566,7 @@ static void
 test_parsing_hadess (void)
 {
 	if (g_strcmp0 (g_get_user_name (), "hadess") == 0)
-		g_assert (simple_parser_test ("file:///home/hadess/Movies") == TOTEM_PL_PARSER_RESULT_SUCCESS);
+		g_assert (simple_parser_test ("file:///home/hadess/Videos") == TOTEM_PL_PARSER_RESULT_SUCCESS);
 }
 
 static void



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