aboutsummaryrefslogtreecommitdiffstats
path: root/fsotest
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notice for all source filesSimon Busch2012-07-195-5/+5
* fsotest: vapi: add phonesim interface definitionSimon Busch2012-07-024-0/+51
* Bump required vala version to 0.16.0Simon Busch2012-06-201-1/+1
* Bump required libfso-glib version to 2012.06.06.01Simon Busch2012-06-061-1/+1
* Use --debug instead of -g as Vala debug option and get back -D DEBUGSimon Busch2012-06-051-1/+1
* Remove "-D DEBUG" from debug options as it gives us some trouble with automak...Simon Busch2012-06-041-1/+1
* Update all Makefile.am files to use DEBUG_VALAFLAGS/DEBUG_CFLAGSSimon Busch2012-06-041-4/+0
* Update all Makefile.decl files to ship DEBUG_VALAFLAGS/DEBUG_CFLAGSSimon Busch2012-06-041-1/+10
* Bump required libfso-glib version to 2012.05.30.1Simon Busch2012-05-301-1/+1
* Bump required version of libfso-glib to 2012.05.24.1Simon Busch2012-05-241-1/+1
* Set log level of all configurations for each component to INFO rather than DEBUGSimon Busch2012-05-221-1/+1
* Use ustar format for the distribution tar archive in all components of the stackSimon Busch2012-05-111-1/+1
* Bump required FSO version of all components to 0.11.0Simon Busch2012-05-091-1/+1
* fsotest: api: add usage resource policy handling test caseSimon Busch2012-05-021-0/+27
* fsotest: refactor autoconf/automake configurationSimon Busch2012-05-026-165/+148
* fsotest: restructure test source directories; we have system and api so farSimon Busch2012-04-209-4/+4
* Bump required version of libfso-glib to 2012.04.18.1Simon Busch2012-04-181-1/+1
* Remove unneeded stuff from all autogen.sh filesSimon Busch2012-04-171-25/+0
* Update autotools bootstrap script for all componentsSimon Busch2012-04-111-2/+34
* fsotest: require 0.10 version of all relevant FSO componentsSimon Busch2012-03-101-11/+6
* drop GITV as version postfix for all componentsSimon Busch2012-03-101-4/+0
* libfsosystem: remove integration tests for module and network and integrate t...Simon Busch2012-03-106-0/+249
* fsotest: don't do resource object registration before every test method is ex...Simon Busch2012-02-162-8/+5
* fsotest: rework GSM tests for libfsotest supportSimon Busch2012-02-162-15/+31
* fsotest: rename src directory to testsSimon Busch2012-02-165-3/+3
* fsotest: restructure to generate real test programs for our subsystemsSimon Busch2012-02-164-61/+31
* fsotest: integrate our new libfsotest librarySimon Busch2012-02-165-37/+40
* fsotest: remove old code which is now part of libfsotestSimon Busch2012-02-147-711/+1
* fsotest: bump required version of libfso-glib to 2012.02.14.1Simon Busch2012-02-141-2/+2
* Bump required vala version of all components to 0.14.2Simon Busch2012-02-141-1/+1
* fsotest: append expected and actual values to test result outputSimon Busch2012-02-141-2/+33
* fsotest: add test case for org.freesmartphone.GSM.Device.GetFeaturesSimon Busch2012-02-141-0/+12
* fsotest: add test cases for org.freesmartphone.GSM.Device.SetFunctionality/Ge...Simon Busch2012-02-142-0/+50
* fsotest: extend assert methods to carry a informative text message for test r...Simon Busch2012-02-141-11/+17
* fsotest: log results directly when test case is finishedSimon Busch2012-02-142-13/+10
* fsotest: implement simple class to store and represent result of our testsSimon Busch2012-02-145-19/+56
* fsotest: usage: split resource request / release test caseSimon Busch2012-01-271-4/+11
* fsotest: split gsm tests and add one to test initial device functionalitySimon Busch2012-01-271-4/+36
* Bump required vala version of all components to 0.14.1 (which is wrong anyway)Simon Busch2012-01-271-1/+1
* fsotest: provide add_test and add_async_test methods in the fixture classSimon Busch2011-12-144-69/+94
* fsotest: add multiple signal watcher classSimon Busch2011-12-142-0/+90
* fsotest: add config file (only with basic logging settings now)Simon Busch2011-12-105-0/+29
* fsotest: testgsm: check for unavailable functionality cause of wrong service ...Simon Busch2011-12-102-0/+30
* fsotest: testgsm: only check for mandatory entries in network status messageSimon Busch2011-12-101-2/+3
* fsotest: add a test case to validate initial state of the GSM serviceSimon Busch2011-12-082-2/+46
* fsotest: when one test of a fixture fails all other tests of the same fixture...Simon Busch2011-12-084-10/+54
* fsotest: add first test cases for GSM APISimon Busch2011-12-083-0/+115
* fsotest: initial implementation which already tests the usage APISimon Busch2011-12-0821-0/+1614