summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Be explicit about the licenses of test files.Ricardo Wurmus2017-11-263-5/+45
| | | | | | | * tests/README: Remove file. * tests/requests/README: New file. * tests/responses/README: New file. * Makefile.am (EXTRA_DIST): Adjust.
* Document test license in tests/README.Ricardo Wurmus2017-11-241-0/+5
|
* tests: Add (failing) RFC822 tests.Ricardo Wurmus2017-11-161-0/+179
| | | | | * tests/rfc822.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* Fix "make distcheck".Ricardo Wurmus2017-11-141-1/+1
| | | | | | | * Makefile.am (AM_TESTS_ENVIRONMENT): New variable. (EXTRA_DIST): Add test-driver.scm and tests. * tests/operations.scm (asset): Look up abs_top_srcdir environment variable.
* debbugs: Support base64-encoded fields.Ricardo Wurmus2017-11-132-2/+9
| | | | | | | | | | * debbugs/base64.scm: New file. * Makefile.am (SOURCES): Add it. * debbugs/soap.scm (soap->scheme): Decode fields of type xsd:base64Binary. * tests/operations.scm: Add test "get-status parses base64 fields". * tests/responses/get-status1.xml: Replace "originator" fields with artificial email addresses.
* tests: Add trivial test for get-bugs.Ricardo Wurmus2017-11-122-0/+10
| | | | | * tests/operations.scm: Add test "get-bugs generates soap request XML". * tests/requests/get-bugs.xml: New file.
* tests: Add test for get-status operation.Ricardo Wurmus2017-11-123-0/+118
| | | | | | | * debbugs/bug.scm (bug?): Export it. * tests/operations.scm: Add two tests. * tests/requests/get-status.xml, tests/responses/get-status1.xml: New files.
* Add tests.Ricardo Wurmus2017-11-103-0/+64
* Makefile.am (TEST_EXTENSIONS, SCM_TESTS, TESTS, SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables. * build-aux/install-sh, build-aux/missing, build-aux/test-driver.scm, tests/operations.scm, tests/requests/newest-bugs.xml tests/responses/newest-bugs1.xml: New files.