totem-pl-parser r198 - in trunk: . plparse



Author: hadess
Date: Tue Sep  9 16:30:56 2008
New Revision: 198
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=198&view=rev

Log:
2008-09-09  Bastien Nocera  <hadess hadess net>

	* plparse/test-parser.c (test_date): Add broken date test from
	http://www.rtve.es/podcast/SSATEL.xml



Modified:
   trunk/ChangeLog
   trunk/plparse/test-parser.c

Modified: trunk/plparse/test-parser.c
==============================================================================
--- trunk/plparse/test-parser.c	(original)
+++ trunk/plparse/test-parser.c	Tue Sep  9 16:30:56 2008
@@ -163,6 +163,8 @@
 	/* RSS */
 	test_date_real ("28 Mar 2007 10:28:18 GMT", 1175077698);
 	test_date_real ("01 may 2007 12:34:19 GMT", 1178022859);
+	/* From http://www.rtve.es/podcast/SSATEL.xml */
+	test_date_real ("09-09-2008 03:21", 1220930460);
 	/* Atom */
 	test_date_real ("2003-12-13T18:30:02Z", 1071340202);
 	test_date_real ("1990-12-31T15:59:60-08:00", 662688000);



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