Changeset 1950

Show
Ignore:
Timestamp:
05/14/07 16:59:30
Author:
svillar
Message:
  • Added a new functional test
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1947 r1950  
     12007-05-14  Sergio Villar Senin  <svillar@igalia.com> 
     2 
     3        * tests/functional/account-refresh.c: added this new test that 
     4        refreshes all the subscribed folders of an store account inside a 
     5        different thread 
     6         
    172007-05-14  Murray Cumming  <murrayc@murrayc.com> 
    28 
  • trunk/tests/functional/Makefile.am

    r1730 r1950  
    1616endif 
    1717 
    18 bin_PROGRAMS = folder-lister folder-lister-async msg-transfer msg-sender anything folder-transfer 
     18bin_PROGRAMS = folder-lister folder-lister-async msg-transfer msg-sender anything folder-transfer account-refresh 
    1919 
    2020anything_SOURCES = anything.c 
     
    7171        $(top_builddir)/libtinymail-camel/libtinymail-camel-$(API_VERSION).la \ 
    7272        $(top_builddir)/tests/shared/libtestsshared.a 
     73 
     74account_refresh_SOURCES = account-refresh.c 
     75account_refresh_LDADD = \ 
     76        $(TINYMAIL_LIBS) $(LIBTINYMAIL_GNOME_DESKTOP_LIBS) \ 
     77        $(top_builddir)/libtinymail/libtinymail-$(API_VERSION).la \ 
     78        $(top_builddir)/libtinymailui/libtinymailui-$(API_VERSION).la \ 
     79        $(top_builddir)/libtinymailui-gtk/libtinymailui-gtk-$(API_VERSION).la \ 
     80        $(top_builddir)/libtinymail-camel/libtinymail-camel-$(API_VERSION).la \ 
     81        $(top_builddir)/tests/shared/libtestsshared.a