aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge lp:~ted/dbusmenu/event-grouping to reduce the number of dbus messages ↵Charles Kerr2012-04-042-0/+166
|\ | | | | | | | | | | | | that hud-service sends. This change takes all of the events on a client and puts them into single dbus messages to be sent to the server. It also does the same thing for about-to-show messages. Both sets of messages are reserialized on either side to make callers unable to notice the difference.
| * Adding a test that disables the event groupingTed Gould2012-04-032-0/+166
| |
* | Turns out we don't need the valgrind libs to use those macros, the pkgconfig ↵Ted Gould2012-04-021-0/+1
|/ | | | file is over zealous. Thanks go to sewardj!
* Adding in a test to print the number of instructions it takes to export a menuTed Gould2012-03-282-1/+24
|
* Making the json test signal based instead of timeout basedTed Gould2012-03-282-6/+8
|
* Insert callgrind annotations into the serverTed Gould2012-03-281-1/+9
|
* Grabbing the firefox extreme caseTed Gould2012-03-271-0/+43629
|\
| * Adding a Firefox extreme menu case for testingTed Gould2012-03-271-0/+43629
| |
* | Making it so that the JSON handler can handle an array of bytes to specify ↵Ted Gould2012-03-271-3/+21
| | | | | | | | images
* | Using the new --wait-for attribute of dbus-test-runnerTed Gould2012-03-272-20/+3
|/
* Removing this test as it doesn't work properly with GTK currentlyTed Gould2012-02-221-1/+3
|
* Do not read the label text from the label widgetAlberto Mardegan2012-02-221-0/+1
| | | | | | | | | The label text stored in the widget might have been modified with markup. Instead of reading it back from the widget, return the text as set by the client, unmodified. Alter the test-gtk-submenu so that the correct behaviour is checked for.
* Making sure there is no menu proxy in our testsTed Gould2012-02-071-0/+15
|
* Removing criticals for submenu testTed Gould2012-02-071-1/+4
|
* Make it so that critical messages cause the test suite to failTed Gould2012-02-031-0/+15
|
* Turn off the timeouts that are causing the tests to failTed Gould2012-01-301-1/+1
|
* Unreffing a variant we never had a reference toTed Gould2012-01-301-1/+0
|
* If we see the 'icon-data' we undo a base64 string and make it a binaryTed Gould2012-01-261-2/+11
|
* Adding a way for the node2variant to know the name of what it's parsingTed Gould2012-01-261-5/+5
|
* Fixing header directories for GTK3 buildTed Gould2012-01-262-2/+2
|\
| * Separate libdbusmenu-glib and libdbusmenu-gtk include directoriesGyörgy Balló2012-01-052-2/+2
| |
* | Remove test-glib-proxy from XFAIL listAlex Launi2011-10-261-3/+0
|/
* Adding an optional build of the dumperDennis Schridde2011-09-191-2/+10
|
* Making sure to sink the reference before parsing it.Ted Gould2011-09-191-0/+2
|
* Making GTK optionalTed Gould2011-09-021-5/+13
|\
| * Make building for GTK optionalDennis Schridde2011-09-021-5/+13
| |
* | Adding in a mnemonic testTed Gould2011-08-221-0/+32
| |
* | Adding disposition testsTed Gould2011-08-221-0/+21
|/
* Marking glib-proxy-test as XFAIL to release. Captured in bug 799878.Ted Gould2011-06-201-0/+3
|
* Hide a warning that is happening on GTK 3 and breaking the testTed Gould2011-06-171-0/+14
|
* Make tests build under GTK+ 3Ted Gould2011-06-176-12/+25
|
* Commenting out the Python tests as they don't test what we wantTed Gould2011-03-101-2/+8
|
* Changing values to be booleans instead of strings to remove warnings.Ted Gould2011-02-211-13/+13
|
* Fixing test data to not include default data, saving 40K of data.Ted Gould2011-02-211-1603/+508
|
* Fixing the path of the python in the testTed Gould2011-02-211-1/+1
|
* Bringing along the simple items test as wellTed Gould2011-02-211-0/+2
|
* Fixing distcheck by including py file and cleaning up it's pycTed Gould2011-02-211-7/+15
|
* add test-gtk-shortcut-client.py Python GI testMartin Pitt2011-02-212-0/+59
| | | | | This replicates tests/test-gtk-shortcut-client.c using Python and GI.
* merge trunkMartin Pitt2011-02-213-5/+13
|\
| * Fixing distcheckTed Gould2011-02-171-4/+8
| |\
| | * Make sure to clean up the reportsTed Gould2011-02-151-4/+8
| | |
| * | Don't unref the variant as we don't really have a ref to it, it's still floatingTed Gould2011-02-151-1/+0
| | |
| * | Making sure the root isn't NULL before continuingTed Gould2011-02-141-0/+5
| |/
* / add test-glib-simple-items.py Python GI testMartin Pitt2011-02-212-2/+41
|/ | | | | | This replicates tests/test-glib-simple-items.c using Python and GI. Update the Makefile to use the locally generated GI typelibs for the tests.
* For some reason this isn't an object, seems like a builder error, but we're ↵Ted Gould2011-01-231-1/+0
| | | | not checking for those really.
* Adding some debug code, commented out.Ted Gould2011-01-231-0/+7
|
* Adding a child test, but it's failing to make the children.Ted Gould2011-01-231-0/+51
|
* Adding in a basic test that just ensures the parser isn't entirely brokenTed Gould2011-01-232-2/+91
|
* Adding a test for removal by string being NULLTed Gould2011-01-051-0/+8
|
* Adding a test to test removing of propertiesTed Gould2011-01-051-0/+24
|