aboutsummaryrefslogtreecommitdiffstats
path: root/fsogsmd/tests
Commit message (Expand)AuthorAgeFilesLines
* fsogsmd: tests: integration: ensure full functionality for our call testsSimon Busch2012-07-251-0/+12
* fsogsmd: tests: integration: add method in our base test class to ensure diff...Simon Busch2012-07-251-0/+25
* fsogsmd: tests: integration: move more service related code into our base tes...Simon Busch2012-07-252-65/+65
* fsogsmd: tests: integration: split out a base test classSimon Busch2012-07-253-48/+86
* fsogsmd: tests: integration: split out relevant parts into own source filesSimon Busch2012-07-245-149/+215
* fsogsmd: tests: move integration test suite into own subdirectorySimon Busch2012-07-247-8/+50
* fsogsmd: tests: integration: rename TestGSM class to GsmCallTestSimon Busch2012-07-241-7/+7
* fsogsmd: tests: integration: add one more test about accepting an incoming ca...Simon Busch2012-07-241-0/+63
* fsogsmd: tests: integration: rename test to match it's purposeSimon Busch2012-07-241-4/+4
* fsogsmd: tests: integration: test declining a remote call from remote sideSimon Busch2012-07-241-1/+33
* Update .gitignore files for test related filesSimon Busch2012-07-241-0/+2
* fsogsmd: tests: integration: move comment about call id matching to the right...Simon Busch2012-07-241-3/+5
* fsogsmd: tests: integration: explicitly select a call by number from the list...Simon Busch2012-07-241-4/+3
* Update copyright notice for all source filesSimon Busch2012-07-199-9/+9
* fsogsmd: tests: integration: fix outgoing call test caseSimon Busch2012-07-161-9/+8
* fsogsmd: tests: integration: more call API testing together with phonesimSimon Busch2012-07-121-32/+133
* fsogsmd: tests: integration: add missing exception handling to avoid compiler...Simon Busch2012-07-111-1/+8
* fsogsmd: tests: integration: rework configuration handling and add missing de...Simon Busch2012-07-112-18/+44
* fsogsmd: tests: integration: wait until modem leaves INITIALIZING state or fa...Simon Busch2012-07-111-1/+16
* fsogsmd: tests: integration: catch more signals to kill fsogsmd/phonesim in e...Simon Busch2012-07-101-0/+4
* fsogsmd: tests: integration: test incoming call with remote controlling phone...Simon Busch2012-07-101-2/+114
* fsogsmd: tests: fix integration tests to be exuted successfullSimon Busch2012-07-101-7/+7
* fsogsmd: tests: integration-tests: save 1 when AT+CFUN=1 is executed instead ...Simon Busch2012-07-101-1/+1
* fsogsmd: tests: add a timeout of ten seconds for all integration-testsSimon Busch2012-07-101-6/+9
* fsogsmd: tests: add documentation for the integration test suiteSimon Busch2012-07-101-0/+13
* fsogsmd: tests: integration-tests: correct typo in fsogsmd configurationSimon Busch2012-07-101-1/+1
* fsogsmd: tests: integration-test: SIM is requiring a PIN after initializationSimon Busch2012-07-101-1/+1
* fsogsmd: tests: kill fsogsmd and phonesim daemon when tests are doneSimon Busch2012-07-101-4/+19
* fsogsmd: tests: extend integration tests to launch a fsogsmd/phonesim instanceSimon Busch2012-07-104-49/+3737
* fsogsmd: tests: add integration tests from fsotestSimon Busch2012-07-102-2/+267
* fsogsmd: test: adjust for recent changes to get tests working againSimon Busch2012-07-062-6/+2
* fsogsmd: don't use global modem reference anymore but a local oneSimon Busch2012-07-062-3/+3
* fsogsmd: lib: at: parse all supported options for AT+CNMI commandSimon Busch2012-06-281-3/+16
* fsogsmd: lib: at: extend AT+CNMI with testing modeSimon Busch2012-06-261-0/+31
* fsogsmd: lib: at: add implementation of AT+CMGF commandSimon Busch2012-06-261-0/+31
* fsogsmd: lib: at: add implementation of AT+CSMS commandSimon Busch2012-06-261-0/+35
* fsogsmd: tests: one more test case for the AtResultIter classSimon Busch2012-06-261-1/+14
* Revert "fsogsmd: adjust for recent changes to libfsotransport about delegate ...Simon Busch2012-06-091-33/+30
* fsogsmd: lib: at: add implementation for +CTFR AT commandSimon Busch2012-06-081-0/+9
* fsogsmd: lib: at: rework +CCFC command to use regular expressions instead of ...Simon Busch2012-06-061-35/+16
* fsogsmd: lib: at: implement parsing of +CCLC query responsesSimon Busch2012-06-011-2/+36
* fsogsmd: lib: at: fix some bugs in the new AtResultIter classSimon Busch2012-06-011-9/+9
* fsogsmd: lib: at: rename AtResultParser class to AtResultIterSimon Busch2012-06-013-155/+155
* fsogsmd: lib: at: extend our AT result parser to handle multiple lines with d...Simon Busch2012-06-011-4/+51
* fsogsmd: lib: at: add implementation of an AT result parserSimon Busch2012-05-312-0/+109
* fsogsmd: lib: at: implement first bits of AT+CCFC commandSimon Busch2012-05-311-0/+37
* fsogsmd: rather using FsoGsm.Constants as singletone make it a namespaceSimon Busch2012-05-301-7/+7
* fsogsmd: lib: fix warnings the vala compiler reportsSimon Busch2012-05-111-3/+24
* fsogsmd: adjust for recent changes to libfsotransport about delegate handlingSimon Busch2012-05-101-30/+33
* Revert "fsogsmd: lib: atcommandsequence: rework AtCommandSequence to inherit ...Simon Busch2012-05-042-60/+0