From: <jh...@us...> - 2011-01-17 05:28:23
|
Revision: 254 http://etch.svn.sourceforge.net/etch/?rev=254&view=rev Author: jheiss Date: 2011-01-17 05:28:16 +0000 (Mon, 17 Jan 2011) Log Message: ----------- Add FIXME comment for small issue I noticed Modified Paths: -------------- trunk/test/test_conf.rb Modified: trunk/test/test_conf.rb =================================================================== --- trunk/test/test_conf.rb 2011-01-14 23:56:52 UTC (rev 253) +++ trunk/test/test_conf.rb 2011-01-17 05:28:16 UTC (rev 254) @@ -402,6 +402,8 @@ # Check that details weren't sent to server # Odd that assert_no_match requires a Regexp when assert_match accepts a String assert_no_match(Regexp.new(Regexp.escape(sourcecontents)), latest_result_message, testname) + + # FIXME: verify no logging in dry run mode end def teardown This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |