Commit Graph

184 Commits

Author SHA1 Message Date
Vadim Rutkovsky b897603eac tests: give an app 5 secs to start 2014-05-16 10:41:57 +02:00
Vadim Rutkovsky 4508696844 tests: correctly search for combobox-textbox pair 2014-05-11 17:47:45 +02:00
Vadim Rutkovsky aebc1d5b6f tests: make addressbook_contacts test shorter 2014-05-11 01:01:09 +02:00
Vadim Rutkovsky 1e30dcaf8d tests: run pkexec journalctl 2014-05-10 20:53:27 +02:00
Vadim Rutkovsky 5938ddca61 tests: eliminate tabs from tests 2014-04-30 13:12:43 +02:00
Vadim Rutkovsky 1eabf644c8 tests: remove extra table header from addressbook.feature 2014-04-30 12:18:31 +02:00
Vadim Rutkovsky e686f5668b tests: scroll to the bottom of contact editor if needed 2014-04-30 11:59:27 +02:00
Vadim Rutkovsky 42811ca82d tests: make a small pause for menu to appear 2014-04-29 17:19:26 +02:00
Vadim Rutkovsky 1ed59cadaa tests: attach journald logs to html report 2014-04-29 13:43:58 +02:00
Vadim Rutkovsky 91fbbc198a tests: wait until contact editor is hidden while saving 2014-04-28 18:47:01 +02:00
Vadim Rutkovsky 9f673bc519 tests: add necessary comboboxes in contact editor if needed 2014-04-28 18:47:00 +02:00
Vadim Rutkovsky ade48aafc3 tests: fix searchbar lookup 2014-04-28 18:47:00 +02:00
Vadim Rutkovsky 9c1ed98993 tests: don't prompt for default mail handler 2014-04-25 23:09:38 +02:00
Vadim Rutkovsky 6f0baa0627 tests: set evo as default email client 2014-04-24 23:32:11 +02:00
Vadim Rutkovsky a13f453398 tests: add addressbook tests 2014-04-24 20:47:28 +02:00
Vadim Rutkovsky f6d59b3008 tests: when switching tabs make sure required service is running 2014-04-24 14:24:08 +02:00
Vadim Rutkovsky fe557979e0 tests: don't restart Evolution after initial setup 2014-04-24 14:24:08 +02:00
Vadim Rutkovsky 17cd711246 tests: store the screenshot for failed tests 2014-04-24 12:24:23 +02:00
Vadim Rutkovsky 31c2e79d3f tests: don't check that Skip Lookup button is hidden due to bug 726539 2014-04-11 02:04:11 +02:00
Vadim Rutkovsky fdaabeb412 tests: initial setup: rewrite Next/Continue button detection 2014-04-11 02:04:11 +02:00
Vadim Rutkovsky 53eab69bcf tests: initial setup: find windows by roleName
Headerbar is now uses in initial setup wizard, so the name of window changes on moving to a different page
2014-04-11 02:04:11 +02:00
Vadim Rutkovsky e9ba52e49a tests: Continue button was renamed to 'Next' 2014-04-11 02:04:11 +02:00
Vadim Rutkovsky 399b1a6fc5 Add installed tests using --enable-installed-tests switch
https://bugzilla.gnome.org/show_bug.cgi?id=726832
2014-03-25 09:46:23 +01:00
Dan Winship ec8e33815e Removed; these are ancient. Camel regression tests are in camel/tests now.
* tests/*: Removed; these are ancient. Camel regression tests are
	in camel/tests now.

svn path=/trunk/; revision=22980
2003-10-22 14:33:04 +00:00
Rodney Dawes 8064872a9d Switch to using GtkPaned instead of EPaned for GTK2
svn path=/trunk/; revision=19444
2003-01-14 17:29:22 +00:00
Jeffrey Stedfast 5adbd54b09 Same here.
* tests/Makefile.am: Same here.

(removed ibex stuff)

svn path=/trunk/; revision=16623
2002-04-27 00:37:39 +00:00
Ettore Perazzoli be7e0fd349 More fixing of the license texts.
svn path=/trunk/; revision=14241
2001-10-27 23:36:16 +00:00
Ettore Perazzoli 91cc026904 Update the copyrights, replacing Helix Code with Ximian and
helixcode.com with ximian.com all over the place.

svn path=/trunk/; revision=10440
2001-06-23 08:52:02 +00:00
Peter Williams 78075bd090 Force thread usage and clean up the configure aspect thereof.
svn path=/trunk/; revision=3734
2000-06-25 23:00:29 +00:00
Christopher James Lahey 87593b9797 Reverted removal of e_setup_base_dir.
2000-06-02  Christopher James Lahey  <clahey@helixcode.com>

	* tests/test-movemail.c: Reverted removal of e_setup_base_dir.

svn path=/trunk/; revision=3399
2000-06-02 19:27:02 +00:00
Christopher James Lahey c5212445ee Don't call e_setup_base_dir.
2000-06-01  Christopher James Lahey  <clahey@helixcode.com>

	* tests/test-movemail.c (main): Don't call e_setup_base_dir.

svn path=/trunk/; revision=3362
2000-06-02 02:19:11 +00:00
Christopher James Lahey e033af05d7 Added widgets/e-paned/Makefile.
2000-05-24  Christopher James Lahey  <clahey@helixcode.com>

	* configure.in: Added widgets/e-paned/Makefile.

	* tests/ui-tests/message-browser.c: Switched from GtkPaned to
	EPaned.

	* widgets/Makefile.am: Added e-paned directory.

	* widgets/e-paned/, widgets/e-paned/.cvsignore,
	widgets/e-paned/Makefile.am, widgets/e-paned/e-hpaned.c,
	widgets/e-paned/e-hpaned.h, widgets/e-paned/e-paned.c,
	widgets/e-paned/e-paned.h, widgets/e-paned/e-vpaned.c,
	widgets/e-paned/e-vpaned.h: New widget based completely on
	GtkPaned from 1.4.  This will be more advanced soon.

From calendar/ChangeLog:

2000-05-24  Christopher James Lahey  <clahey@helixcode.com>

	* gui/Makefile.am: Added libepaned.a.

	* gui/gnome-cal.c: Switched from GtkPaned to EPaned.

From mail/ChangeLog:

2000-05-24  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added libepaned.a.

	* folder-browser.c: Switched from GtkPaned to EPaned.

From shell/ChangeLog:

2000-05-24  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added libepaned.a.

	* e-shell-view.c: Switched from GtkPaned to EPaned.

From widgets/shortcut-bar/ChangeLog:

2000-05-24  Christopher James Lahey  <clahey@helixcode.com>

	* Makefile.am: Added libepaned.a.

	* test-shortcut-bar.c: Switched from GtkPaned to EPaned.

svn path=/trunk/; revision=3191
2000-05-24 23:00:39 +00:00
Michael Zucci ae208c7e8f A little vfolder test.
svn path=/trunk/; revision=3137
2000-05-19 16:17:13 +00:00
Dan Winship 3ab48c957c update for camelstream changes
svn path=/trunk/; revision=2926
2000-05-08 22:33:39 +00:00
Chris Toshok 1b8139c995 ignore the .pure directory
* addressbook/backend/ebook/.cvsignore,
        addressbook/contact-editor/.cvsignore,
        addressbook/gui/component/.cvsignore,
        addressbook/gui/minicard/.cvsignore,
        addressbook/printing/.cvsignore,
        calendar/cal-client/.cvsignore,
        calendar/gui/.cvsignore,
        calendar/pcs/.cvsignore,
        filter/.cvsignore,
        mail/.cvsignore,
        shell/.cvsignore,
        tests/.cvsignore,
        widgets/e-table/.cvsignore,
        widgets/e-text/.cvsignore,
        widgets/meeting-time-sel/.cvsignore,
        widgets/shortcut-bar/.cvsignore,
        wombat/.cvsignore: ignore the .pure directory

svn path=/trunk/; revision=2812
2000-05-05 11:46:46 +00:00
NotZed 1f7bdbf9c1 And here too.
2000-05-02  NotZed  <NotZed@HelixCode.com>

        * tests/test13.c: And here too.

        * tests/test2.c (main): REmoved gmime-utils.h

        * tests/Makefile.am (LDADD): Add libeutil to default link line.
        (test_movemail_LDADD): Fixed order for libutil linking.

svn path=/trunk/; revision=2761
2000-05-02 23:06:52 +00:00
Matthew Loper 855b85657d Set G_LOG_DOMAIN in following files.
addressbook/demo/Makefile.am
 addressbook/printing/Makefile.am
 camel/Makefile.am
 camel/providers/MH/Makefile.am
 camel/providers/maildir/Makefile.am
 camel/providers/mbox/Makefile.am
 camel/providers/nntp/Makefile.am
 camel/providers/pop3/Makefile.am
 camel/providers/sendmail/Makefile.am
 camel/providers/smtp/Makefile.am
 composer/Makefile.am
 e-util/Makefile.am
 filter/Makefile.am
 libibex/Makefile.am
 mail/Makefile.am
 shell/Makefile.am
 tests/Makefile.am
 tests/ui-tests/Makefile.am
 widgets/e-table/Makefile.am
 widgets/e-text/Makefile.am
 widgets/meeting-time-sel/Makefile.am
 widgets/shortcut-bar/Makefile.am

svn path=/trunk/; revision=2756
2000-05-02 21:34:01 +00:00
Michael Zucci b368aed4dd Fixed for sync search api revert.
svn path=/trunk/; revision=2725
2000-05-01 21:55:30 +00:00
Dan Winship e43958d242 update for camel provider changes.
svn path=/trunk/; revision=2694
2000-04-30 16:29:00 +00:00
NotZed 02ed4a60f3 Fix for removal of camelmimebodypart, and changes to recipient stuff.
2000-04-27  NotZed  <NotZed@HelixCode.com>

        * tests/test10.c: Fix for removal of camelmimebodypart, and changes
        to recipient stuff.

        * tests/test1.c: Fix for removal of camelmimebodypart, and changes
        to recipient stuff.

svn path=/trunk/; revision=2672
2000-04-28 03:07:30 +00:00
Michael Zucci 10660e5e84 Fix the changes to the tests
- open for write should use O_CREAT|O_TRUNC as well
 - open for read should use mode 0

svn path=/trunk/; revision=2649
2000-04-26 22:07:04 +00:00
Matthew Loper 0b4a83d6d1 + * tests/.cvsignore: Added test13.
+
+	* default_user/.cvsignore: New file.
+
+	* src/libical/.cvsignore: added icalversion.h.
+
+	* src/libical/icalversion.h: autogenerated file removed from cvs.

svn path=/trunk/; revision=2639
2000-04-26 19:36:17 +00:00
Dan Winship 75a19475c9 Update for the camel changes.
* tests: Update for the camel changes.

	* Makefile.am (SUBDIRS): Remove tests. They aren't terribly
	useful/interesting any more for the most part, and they frequently
	don't compile.

svn path=/trunk/; revision=2636
2000-04-26 15:06:19 +00:00
NotZed 0c1a38160f Fixed for method movements.
2000-04-24  NotZed  <NotZed@HelixCode.com>

	* tests/test13.c (main): Fixed for method movements.

	* tests/test3.c (main): Removed from build, data-wrapper-repository removed.

	* tests/test2.c (main): Changed to use construct_from_stream.

	* tests/test1.c (main): Chagned to use construct_from_stream.

svn path=/trunk/; revision=2578
2000-04-24 09:10:40 +00:00
NotZed c03044f2c3 Of course, it just crashes ...
2000-04-23  NotZed  <NotZed@HelixCode.com>

        * tests/test10.c: Removed some unecessary includes.  From
        Ali Abdin <aliabdin@aucegypt.edu>
        (create_sample_mime_message): Changed for date api change.

        * tests/Makefile.am (noinst_PROGRAMS): Put test10 back.

svn path=/trunk/; revision=2573
2000-04-24 01:05:03 +00:00
Michael Zucci f229f08168 New tests/fixed tests.
svn path=/trunk/; revision=2559
2000-04-23 10:09:07 +00:00
Seth Alves cdd0f20fd5 ignore test-url
svn path=/trunk/; revision=2546
2000-04-21 15:54:06 +00:00
Michael Zucci 78fb5ab761 Merged from NEW_PARSER branch.
svn path=/trunk/; revision=2533
2000-04-20 23:50:20 +00:00
NotZed 581eb2cc3c Fixed some headers.
2000-04-20  NotZed  <NotZed@HelixCode.com>

        * tests/test11.c: Fixed some headers.

        * tests/Makefile.am (noinst_PROGRAMS): Removed test9.
        (noinst_PROGRAMS): Removed test12, temporarirly (nntp not being
        built).

svn path=/trunk/; revision=2532
2000-04-20 23:49:42 +00:00
Dan Winship 2cd4886f35 update for bonobo changes
svn path=/trunk/; revision=2524
2000-04-20 17:30:52 +00:00