You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ad...@apache.org on 2014/04/30 17:55:22 UTC

svn commit: r1591367 - /labs/panopticon/tests/test_execute.py

Author: adc
Date: Wed Apr 30 15:55:21 2014
New Revision: 1591367

URL: http://svn.apache.org/r1591367
Log:
Need to include ezmlm mock data in test

Modified:
    labs/panopticon/tests/test_execute.py

Modified: labs/panopticon/tests/test_execute.py
URL: http://svn.apache.org/viewvc/labs/panopticon/tests/test_execute.py?rev=1591367&r1=1591366&r2=1591367&view=diff
==============================================================================
--- labs/panopticon/tests/test_execute.py (original)
+++ labs/panopticon/tests/test_execute.py Wed Apr 30 15:55:21 2014
@@ -26,7 +26,7 @@ from asf.utils.execute import execute, E
 def test_execute():
     data_dir = os.path.join(os.path.dirname(__file__), 'data')
     stdout, stderr = execute('ls %s' % data_dir)
-    assert_equals(['podlings.xml'], stdout)
+    assert_equals( ['podlings.xml', 'test.apache.org'], stdout)
     assert_equals([], stderr)
 
 def test_execute_fail():



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