tracker r1794 - branches/indexer-split/tests/libtracker-db



Author: pvanhoof
Date: Fri Jun 27 11:59:05 2008
New Revision: 1794
URL: http://svn.gnome.org/viewvc/tracker?rev=1794&view=rev

Log:
Added comparision test

Modified:
   branches/indexer-split/tests/libtracker-db/union-performance.c

Modified: branches/indexer-split/tests/libtracker-db/union-performance.c
==============================================================================
--- branches/indexer-split/tests/libtracker-db/union-performance.c	(original)
+++ branches/indexer-split/tests/libtracker-db/union-performance.c	Fri Jun 27 11:59:05 2008
@@ -117,10 +117,10 @@
 	tracker_db_manager_init (TRACKER_DB_MANAGER_FORCE_REINDEX, 
 							 &first_time);
 
-	g_test_add_func ("/libtracker-db/union-performance/xesam",
+	g_test_add_func ("/libtracker-db/union-performance/xesam/view",
 					 test_union_performance_xesam_view);
 
-	g_test_add_func ("/libtracker-db/union-performance/xesam",
+	g_test_add_func ("/libtracker-db/union-performance/xesam/union",
 					 test_union_performance_xesam_union);
 
 	result = g_test_run ();



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