You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/07/29 19:08:09 UTC

allura git commit: [#5194] fix test by removing unnecessary task run

Repository: allura
Updated Branches:
  refs/heads/master a1e273def -> 0177f3e41


[#5194] fix test by removing unnecessary task run


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/0177f3e4
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/0177f3e4
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/0177f3e4

Branch: refs/heads/master
Commit: 0177f3e412b54b7747be74ffa53f57afb185c3f4
Parents: a1e273d
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Jul 29 15:08:03 2016 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Jul 29 15:08:03 2016 -0400

----------------------------------------------------------------------
 Allura/allura/tests/test_tasks.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/0177f3e4/Allura/allura/tests/test_tasks.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/test_tasks.py b/Allura/allura/tests/test_tasks.py
index 9cd7d26..abf22c2 100644
--- a/Allura/allura/tests/test_tasks.py
+++ b/Allura/allura/tests/test_tasks.py
@@ -562,7 +562,6 @@ class TestExportTasks(unittest.TestCase):
         zipdir.assert_called_with(temp, zipfn)
         shutil.rmtree.assert_called_once_with(temp)
         # check notification
-        M.MonQTask.run_ready()
         tasks = M.MonQTask.query.find(
             dict(task_name='allura.tasks.mail_tasks.sendsimplemail')).all()
         assert_equal(len(tasks), 1)