aboutsummaryrefslogtreecommitdiff
path: root/libindicate/tests
Commit message (Collapse)AuthorAgeFilesLines
* Moving the tests so that they can guarantee to build after the libraryTed Gould2009-01-165-139/+0
| | | | | builds as otherwise they end up getting built first.
* Adding in a return that was missing (though it's useless)Ted Gould2009-01-161-1/+1
|
* Fixing the printing and the saving of indicators.Ted Gould2009-01-151-3/+3
|
* Changing the test to do the printing by itself instead of using the debug ↵Ted Gould2009-01-151-0/+35
| | | | messages in the class itself
* Adding in a basic listening testTed Gould2009-01-152-1/+29
|
* Forgot to actually add the testTed Gould2009-01-131-0/+24
|
* Return to crashing beautyTed Gould2009-01-131-1/+1
|
* Add a test to create a lot of indicators.Ted Gould2009-01-131-1/+13
|
* Add script to build GObject-introspection GIR, and boilerplate Robert Carr2009-01-131-0/+6
| | | | | JavaScript test.
* Clean up the signal handlers and fixing the call in the test function. Now ↵Ted Gould2009-01-121-1/+1
| | | | we're to the point of showing the way I think things should be.
* Basic show hide support in the indicatorTed Gould2009-01-121-1/+1
|
* Changing to showing the inicator and make it so that we dont' crash right now.Ted Gould2009-01-121-2/+2
|
* Adding in a show to help debuggingTed Gould2009-01-091-0/+1
|
* Adding in an indicator to the test and fixing a typoTed Gould2009-01-091-0/+3
|
* Adding in build support for the indicate and crash test. Will make future ↵Ted Gould2009-01-081-0/+14
| | | | ones easier.
* Adding in a simple program to crash after 15 seconds. Now we can add ↵Ted Gould2009-01-081-0/+16
indicators to it.