Nightly Distribution of the master branch

Build: #1786 was successful Changes by Guus der Kinderen and Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
24 minutes
Labels
None
Revision
5f66685949fc73aafdd1115fcbdc3db29ab1ec0f
Total tests
809
Successful since
#1780 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 5f66685949fc73aafdd1115fcbdc3db29ab1ec0f Merge pull request #436 from guusdk/sint-use-specific-assertions
In tests, use specific assertion implementation
Guus der Kinderen Guus der Kinderen a809f181f56e14a08b44fdfb1c039a956aff3097 In tests, use specific assertion implementation
These generate more helpful error messages when assertions fail and
help to show intent.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> b7a235f43cde0895c16bbb7a5f47caa811e9212e Merge pull request #435 from guusdk/sint-cli-output-fix
Add missing right parenthesis in SINT output
Guus der Kinderen Guus der Kinderen 254c315852301b60a1440c30f2511d895d13ad24 Add missing right parenthesis in SINT output
While running the Smack integration tests, a line like this is printed to std-out somewhere

    Available tests: 21 (Disabled 12 classes and 6 tests

There's a missing character on the end of that line, which makes the author of this commit twitch.
This commit adds the missing character, resulting in a line like this:

    Available tests: 21 (Disabled 12 classes and 6 tests)