You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2016/09/19 17:14:57 UTC

qpid-dispatch git commit: NO-JIRA - Fixed mispelled test name.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master e3006aa92 -> eeffa2a1f


NO-JIRA - Fixed mispelled test name.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/eeffa2a1
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/eeffa2a1
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/eeffa2a1

Branch: refs/heads/master
Commit: eeffa2a1fc1bc1f7574319cca22335c9d3215224
Parents: e3006aa
Author: Ted Ross <tr...@redhat.com>
Authored: Mon Sep 19 13:13:55 2016 -0400
Committer: Ted Ross <tr...@redhat.com>
Committed: Mon Sep 19 13:13:55 2016 -0400

----------------------------------------------------------------------
 tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/eeffa2a1/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 9d133a7..5ab3a0f 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -65,7 +65,7 @@ add_test(unit_tests            ${TEST_WRAP} --vg unit_tests ${CMAKE_CURRENT_SOUR
 
 # Unit test python modules
 add_test(router_engine_test    ${TEST_WRAP} -m unittest -v router_engine_test)
-add_test(managemet_test        ${TEST_WRAP} -m unittest -v management)
+add_test(management_test       ${TEST_WRAP} -m unittest -v management)
 add_test(router_policy_test    ${TEST_WRAP} -m unittest -v router_policy_test)
 
 # System test python modules


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org