summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* autotools: Ensure Needed Sources Are DistributedChun-wei Fan2014-03-131-1/+1
| | | | | | | atk/atkprivate.h and tests/teststateset.c were missed from the source distribution, so make up for them to fix the build. https://bugzilla.gnome.org/show_bug.cgi?id=726216
* AtkValue: add a testvalue example, with a small AtkValueAlejandro Piñeiro2014-03-052-1/+327
| | | | | | implementation https://bugzilla.gnome.org/show_bug.cgi?id=684576
* Revert "Updated FSF's address"Piotr Drąg2014-02-014-4/+12
| | | | This reverts commit feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4.
* Updated FSF's addressDaniel Mustieles2014-01-234-12/+4
|
* tests/testatk_vc.makin: Update a bitChun-wei Fan2013-12-171-3/+3
| | | | | | Change mentions of testglib_vc.mak and testpango_vc.mak in the message when no CFG= is specified during invokation and have the CFLAGS match the ones in Makefile.am better.
* build: Add NMake Makefiles for the TestsChun-wei Fan2013-12-172-0/+55
| | | | | | | | | | This adds a set of NMake Makefiles that is used to build the test programs, so that one would be able to build the test programs against a Visual C++ build of ATK quickly and easily. As with the Project files, the listing of test programs is also done with the Python script, which can also be done under Windows or called by "make dist" or so quite easily. https://bugzilla.gnome.org/show_bug.cgi?id=690145
* role: deprecate atk_role_registerAlejandro Piñeiro2013-12-091-31/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720117
* role: add some checks on atk_role_register for wrong role namesAlejandro Piñeiro2013-12-091-0/+17
| | | | | Related with downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=983891
* tests: add a testdocumentAlejandro Piñeiro2013-11-062-1/+135
| | | | Right now only test the newly added page-changed.
* tests: execute all role tests, doesn't matter if one failsAlejandro Piñeiro2013-08-071-21/+29
|
* Refactor tests directoryAlejandro Piñeiro2013-08-015-98/+133
| | | | | Each test suite is no longer a loadable module. Split testrelation into testrelation and testrole.
* tests: Fix logic when testing for empty state setJohn E2013-03-271-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696466
* tests: fix hyphenation on testrelation.cJohn E2013-03-271-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696409
* tests: Use const instead G_CONST_RETURNJavier Jardón2011-06-092-4/+4
|
* Created .gitignore filesPablo Castellano2010-01-031-0/+2
|
* Bug #502840. Derived type definition convenience macros Bug #500978. FixesLi Yuan2008-01-041-0/+7
| | | | | | | | | | | | 2008-01-04 Li Yuan <li.yuan@sun.com> * atk/atkutil.h: Bug #502840. Derived type definition convenience macros * tests/Makefile.am: Bug #500978. Fixes the building of the test modules as dynamic on Cygwin and MinGW. svn path=/trunk/; revision=1217
* Updating svn:ignore and remove .cvsignore filesChristian Persch2006-12-311-6/+0
| | | | svn path=/trunk/; revision=1126
* Forgot to commit tests/Makefile.am in commit of 9th August.Padraig O'Briain2004-08-131-0/+2
|
* update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize.James Henstridge2003-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | 2003-03-20 James Henstridge <james@daa.com.au> * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize and glib-gettextize. * configure.in: cleanup to make use of newer autoconf/automake features. * Makefile.am: get rid of custom distcheck rule, which is no longer necessary. * atk/Makefile.am: cleanup makefile. Use BUILT_SOURCES for built sources. * docs/Makefile.am: use common gtk-doc.make. * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
* Update to produce .so files (Problem reported and solution reported byPadraig O'Briain2003-02-261-3/+9
| | | | | | | 2003-02-26 Padraig O'Briain <padraig.obriain@sun.com> * test/Makefile.am: Update to produce .so files (Problem reported and solution reported by Michael.Wilson@bull.net)
* Revved to 1.1.2, added ATK_RELATION_EMBEDS/EMBEDDED_BY,Bill Haneman2002-11-141-1/+16
| | | | atk_hyperlink_is_inline.
* Add reference to atk/atkrelationtype.hPadraig O'Briain2002-10-301-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h * atk/atkaction.[ch]: Add atk_action_get_localized_name. * atk/atkobject.[ch]: Add atk_role_get_localized_name, atk_object_add_relationship and atk_object_remove_relationship Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH and ATK_ROLE_RULER * atk/atkrelation.h: Move definition of AtkRelationType to atk/relationtype.h * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS * atk/atktext.[ch]: Add text-attributes-changed signal. * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions. * docs/tmpl/atkobject.sgml: Add new functions and new roles. * docs/tmpl/atkrelation.sgml: Add new relations * docs/tmpl/atkstate.sgml: Add new state * docs/tmpl/atktext.sgml: Add new signal * tests/testrelation.c: Add tests for new relationship functions.
* ATK 1.0.0 rc1ATK_1_0_0_RC1Owen Taylor2002-03-061-1/+1
| | | | | | | | | | | | | | | | | Tue Mar 5 16:54:21 2002 Owen Taylor <otaylor@redhat.com> * ATK 1.0.0 rc1 * tests/Makefile.am: Don't install libteststateset.la, libtestrelation.la. (#73655, James Henstridge) * autogen.sh: Add --enable-gtk-doc * configure.in: --disable-gtk-doc by default. * Makefile.am: Add a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. (So that 'make dist' succeeds inside.)
* Require GLib-2.0.0.Owen Taylor2002-03-051-1/+1
| | | | | | | | | Tue Mar 5 11:55:35 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Require GLib-2.0.0. * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in: Switch over to the Glib/GTK+ versioning scheme.
* Compile with -DG_DISABLE_DEPRECATED. See #52790.Sebastian Wilhelmi2001-12-131-0/+1
| | | | | | | 2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * atk/Makefile.am, tests/Makefile.am: Compile with -DG_DISABLE_DEPRECATED. See #52790.
* Change atk_attribute_register to atk_text_attribute_register,Padraig O'Briain2001-12-051-8/+8
| | | | | | | | | * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt docs/tmpl/atktext.sgml tests/testrelation.c: Change atk_attribute_register to atk_text_attribute_register, atk_attribute_get_value to atk_text_attribute_get_value, atk_attribute_get_name to atk_text_attribute_get_name atk_attribute_for_name to atk_text_attribuute_for_name
* Add implementation of atk_attribute_register, atk_attribute_for_name UdatePadraig O'Briain2001-12-041-2/+68
| | | | | | | | | | | | | | | | | | | | | * atk/atktext.c: Add implementation of atk_attribute_register, atk_attribute_for_name Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and support extra attributes being defined * atk/atktext.h: Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow extra attributes to be defined Add atk_attribute_register() and atk_attribute_for_name() * atk/atk.def: Add new functions * docs/atk-sections.txt docs/tmpl/atktext.sgml Update because of additions to atk/atktext.h * tests/testrelation.c: Add tests for text attributes
* Update atk_role_register() to allow extra roles to be defined UpdatePadraig O'Briain2001-12-041-1/+68
| | | | | | | | | | * atk/atkobject.c: Update atk_role_register() to allow extra roles to be defined Update atk_role_get_name() and atk_role_for_name() for newly defined roles * tests/testrelation.c: Add tests for roles
* Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() andPadraig O'Briain2001-12-032-18/+18
| | | | | | | | | | | | | | * atk/atkrelation.c: Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and atk_relation_type_for_name() * atk/atkstate.c: Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and atk_state_type_for_name() * tests/testrelation.c, tests/teststateset.c: Update tests as name componenets are separated by hyphen (-) rather than underline (_)
* Change atk_relation_type_from_string to atk_relation_type_for_name AddPadraig O'Briain2001-11-223-2/+113
| | | | | | | | | | | | | | | | | | | | | | | | * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt, docs/tmpl/atkrelation.sgml: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name * atk/atkrelationtype.c: Change atk_relation_type_from_string to atk_relation_type_for_name Add atk_relation_type_get_name Update atk_relation_type_register() to correctly register new relation types * atk/atkstate.c: Changed name of static variable type to last_type Changed name of paremeter if atk_state_type_get_name to type to match comments * docs/tmpl/*sgml Updated files * tests/README, tests/Makefile.am Add new test file testrelation.c
* Add missing <string.h> include. Add missing <string.h> includeDarin Adler2001-07-131-4/+6
| | | | | * atk/atkstate.c: Add missing <string.h> include. * tests/teststateset.c: Add missing <string.h> include
* add cvsignoresOwen Taylor2001-06-071-0/+6
|
* Add atk/atkstate.c and atk.atkstate.hPadraig O'Briain2001-05-091-6/+77
| | | | | Move interfaces for ATK state from atkobject to atkstate Add tests for atk_state_* functions in teststateset
* Update configure.in to create Makefile in tests directory.Padraig O'Briain2001-05-093-0/+242
CReate tests directory and add test module teststateset.c