diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-08-07 12:50:36 +0200 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-08-07 16:59:51 -0300 |
commit | 877e92d8698510b243b32d45e9c46f25e6f04615 (patch) | |
tree | f62fc45e08a1c5d8fd3f88f6d8b1613c18991164 /changes | |
parent | c063a253a4ea12d19844dcf8d368f8b50789d3f1 (diff) |
[test] fix SRP tests
The tests where using deferToThread to run without need, I remove it
and now it's easier to debug when one test fails.
- Resolves: #7343
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-7343_fix_the_tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-7343_fix_the_tests b/changes/bug-7343_fix_the_tests new file mode 100644 index 00000000..93dac4e2 --- /dev/null +++ b/changes/bug-7343_fix_the_tests @@ -0,0 +1 @@ +- Clean up and fix the tests (Closes: #7343) |