aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2009-06-26Missed commit in order to fix compilation using '--enable-fatal' and ↵Alejandro Piñeiro
'--disable-deprecated' (see previous commit) * tests/check-hildon-banner.c * tests/check_text.c * tests/test_suites.h Protect hildon-banner tests with #ifndef HILDON_DISABLE_DEPRECATED, as were testing deprecated functions. * examples/hildon-banner-example.c: typo on button3 type, that causes a fail compiling with --with-examples but without --disable-deprecated Missed commit in order to fix compilation using '--enable-fatal' and '--disable-deprecated' (see previous commit)
2009-06-08Comment out test of broken hildon_controlbar_set_range()Claudio Saavedra
* tests/check-hildon-controlbar.c: (test_set_range_invalid): Comment out test 5, since the hildon_controlbar_set_range() range check is broken and fixing it would have side effects. Also, this finally fixes make distcheck. Fixes: NB#101420 (Update unit tests and fix make distcheck)
2009-06-08Remove bogus test from HildonControlbarClaudio Saavedra
* tests/TEST-CASES.txt: Remove other bogus test. * tests/check-hildon-controlbar.c: (test_set_value_invalid): Remove bogus test that was setting/retrieving a valid value.
2009-06-08Remove three bogus tests for HildonColorChooserClaudio Saavedra
* tests/TEST-CASES.txt: Remove bogus tests. * tests/check-hildon-color-chooser.c: (test_set_color_invalid): Remove three bogus tests that were actually setting valid colors.
2009-05-13Fix tests build during make distcheckClaudio Saavedra
* tests/Makefile.am: Include top_srcdir to make possible to build tests in a different builddir. * tests/*.c: Include <hildon/hildon-*.h> to allow building tests on a different builddir.
2009-05-05Add three simple tests for HildonPickerButtonClaudio Saavedra
* tests/Makefile.am: Add check for HildonPickerButton. * tests/check-hildon-picker-button.c (fx_setup), (fx_teardown), (START_TEST), (create_hildon_picker_button_suite): Add three simple checks for the HildonPickerButton. * tests/check_test.c (configure_tests): Add the test suite. * tests/test_suites.h: likewise.
2009-04-29Add missing files to the tests SOURCESClaudio Saavedra
* tests/Makefile.am: Add missing test_suites.h and check_utils.h to the SOURCES.
2009-04-072009-04-07 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* tests/check-hildon-color-chooser.c (START_TEST): Remove unused variable assignment.
2009-03-062009-03-06 Alberto Garcia <agarcia@igalia.com>Alberto Garcia
Patch by Mox Soini (ext-mox.soini@nokia.com) * tests/TEST-CASES.txt * tests/check-hildon-banner.c * tests/check-hildon-note.c * src/hildon-banner.c * src/hildon-code-dialog.c * src/hildon-date-editor.c (real_set_calendar_icon_state) * src/hildon-time-editor.c * examples/hildon-lookup-example.c (main): Replace obsolete icon names with new ones. * src/hildon-find-toolbar-private.h: * src/hildon-find-toolbar.c (hildon_find_toolbar_init) (-hildon_find_toolbar_emit_search): Remove find button and change icon of close button. Fixes: NB#104819 (Clean up old icon names from hildon-widgets)
2009-02-232009-02-23 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
Patch by Sven Herzberg (sven@imendio.com) * configure.ac: Add missing AM_PROG_CC_C_0 * tests/Makefile.am: Use an appropriate variable name instead of TESTS. See NB#101420 (Update unit tests and fix make check)
2009-02-132009-02-13 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* tests/check-hildon-color-button.c (START_TEST): do not leak ret_color.
2008-11-062008-11-06 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* src/hildon-note-private.h: Add strings for the icon and stock_icon properties. * src/hildon-note.c: (hildon_note_set_property), (hildon_note_get_property), (hildon_note_class_init), (hildon_note_init), (hildon_note_finalize), (hildon_note_rebuild), (hildon_note_new_confirmation_add_buttons): Remove icons. (hildon_note_new_confirmation_with_icon_name): Deprecate. (hildon_note_new_information_with_icon_name): Deprecate. (hildon_note_new_confirmation): Act directly, without calling the deprecated constructor. (hildon_note_new_information): Act directly, without calling the deprecated constructor. * src/hildon-note.h: Mark deprecate methods as such. * tests/check-hildon-note.c: (create_hildon_note_suite): Do not run tests on the deprecated methods if built with deprecation disabled. Fixes: NB#91688 (Never show icons in information notes/confirmation notes)
2008-10-30Added a new EXTRA_CFLAGS option to add the deprecated define to the ↵Alejandro G. Castro
compilation command. This way we can avoid using the define in the documentation compilation. * configure.ac: Defined EXTRA_CFLAGS. * examples/Makefile.am: * src/Makefile.am: * tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
2008-10-302008-10-30 Claudio Saavedra <csaavedra@igalia.com>Claudio Saavedra
* src/Makefile.am: * tests/Makefile.am: Remove spurious whitespaces.
2008-10-30Fremantle deprecated widgets marked, HILDON_DISABLE_DEPRECATEDAlejandro G. Castro
* configure.ac: Added an AM_CONDITIONAL in order to use in the Makefile.am, that way we can choose not to compile some examples and tests of the deprecated widgets. * examples/Makefile.am: Divided the sources in deprecated and non-deprecated. * src/Makefile.am: Added undef statement of the deprecated symbol to the enums file generation process. * src/hildon-color-chooser-dialog.c * src/hildon-color-chooser-dialog.h * src/hildon-color-button.c * src/hildon-color-button.h * src/hildon-color-chooser.c * src/hildon-color-chooser.h * src/hildon-controlbar.c * src/hildon-controlbar.h * src/hildon-date-editor.c * src/hildon-date-editor.h * src/hildon-hvolumebar.c * src/hildon-hvolumebar.h * src/hildon-private.c * src/hildon-private.h * src/hildon-range-editor.c * src/hildon-range-editor.h * src/hildon-seekbar.c * src/hildon-seekbar.h * src/hildon-time-editor.c * src/hildon-time-editor.h * src/hildon-time-picker.c * src/hildon-time-picker.h * src/hildon-volumebar.c * src/hildon-volumebar.h * src/hildon-vvolumebar.c * src/hildon-vvolumebar.h * src/hildon-bread-crumb-trail.h * src/hildon-bread-crumb-trail.c * src/hildon-calendar-popup.c * src/hildon-calendar-popup.h * src/hildon-weekday-picker.c: * src/hildon-weekday-picker.h: * src/hildon-bread-crumb-widget.c: * src/hildon-bread-crumb-widget.h: * src/hildon-bread-crumb.c: * src/hildon-bread-crumb.h: * src/hildon-calendar.c: * src/hildon-calendar.h: * src/hildon-caption.c: * src/hildon-code-dialog.c: * src/hildon-code-dialog.h: * src/hildon-font-selection-dialog.c: * src/hildon-font-selection-dialog.h: * src/hildon-get-password-dialog.c: * src/hildon-get-password-dialog.h: * src/hildon-login-dialog.c: * src/hildon-login-dialog.h: * src/hildon-number-editor.c: * src/hildon-number-editor.h: * src/hildon-set-password-dialog.c: * src/hildon-set-password-dialog.h: * src/hildon-sort-dialog.c: * src/hildon-sort-dialog.h: This is the list of deprecated widgets. * src/hildon-touch-selector.c: * src/hildon-window.c: Added undef statement to avoid compilation warnings * tests/Makefile.am: Divided the sources in deprecated and non-deprecated. * tests/check_test.c, (configure_tests): Marked the deprecated code that was adding suites with deprecated tests.
2007-03-29Changing the license headers and all the licesing stuff to LGPL version 2 OR ↵Michael Dominic Kostrzewa
LATER.
2007-02-15Fixing the tests a little. Fixing some mem problems in the time editor.Michael Dominic Kostrzewa
2007-01-23Adding some clean stuff for tests/. Removing old out crap.Michael Dominic Kostrzewa
2007-01-23Updating the copyright headers.Michael Dominic Kostrzewa
2007-01-19Adding some missing bugfixes from pre-consolidation from another branch. ↵Michael Dominic Kostrzewa
Adding the missing finger event recognition helper. Fixing the test suite.
2007-01-18Introducing the hildon-helper and moving some -defines functions there.Michael Dominic Kostrzewa
2007-01-18Moving "composite widget" to private since essentially it's just a handy ↵Michael Dominic Kostrzewa
private function. Removing the composite test case, since it's external/not exported anymore.
2007-01-18Adding missing debian changelog. Modyfying hildon-banner to allow creation ↵Michael Dominic Kostrzewa
with null window. Fixing the unit tests.
2007-01-17Upgrading the license headers, moving package name to "hildon" etc.Michael Dominic Kostrzewa
2007-01-17Adding the color button and color chooser examples. Fixing the ↵Michael Dominic Kostrzewa
color-returning functions. Adjusting to new color-returning functions. Adding the tests for color button and color chooser.
2007-01-15Adding the test suite.Michael Dominic Kostrzewa