Changeset 1510
- Timestamp:
- 01/29/07 19:02:10
- Files:
-
- trunk/libtinymail-test/tny-list-test.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-test/tny-list-test.c
r1339 r1510 138 138 START_TEST (tny_list_test_list) 139 139 { 140 TnyList *iface = ifaces [ i];140 TnyList *iface = ifaces [0]; 141 141 TnyList *ref; 142 142 TnyIterator *iterator; … … 144 144 gint j; 145 145 GObject *a, *b, *c, *d; 146 setup_objs ( i, &a, &b, &c, &d);146 setup_objs (0, &a, &b, &c, &d); 147 147 148 148 tny_list_append (iface, a);
