devhub-tud / devhub

DevHub is a software system designed to give students a simple practical introduction into modern software development.
15 stars 8 forks source link

setting status through select ignores whitespace #414

Closed avandeursen closed 8 years ago

avandeursen commented 8 years ago

In Chrome, tests failed because the setting a status included a comparison to the status getText(), which included white space.

New test implementation ignores the whitespace, and now should work in both firefox and chrome.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.08%) to 56.146% when pulling 48d780ce431a1a0beb60033a5187ece28b5180bc on select into 6bb4f5b44ca2ed9a5e62aedb04a8db8574594c4b on master.

jwgmeligmeyling commented 8 years ago

Good catch! Will merge tomorrow :)

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.08%) to 56.146% when pulling 40308c9bbafa48c5546fea0445d53ceb467f2810 on select into 6bb4f5b44ca2ed9a5e62aedb04a8db8574594c4b on master.