[W3af-svn-notify] SF.net SVN: w3af:[5707] branches/threading2
Status: Beta
Brought to you by:
andresriancho
From: <and...@us...> - 2012-08-23 18:16:04
|
Revision: 5707 http://w3af.svn.sourceforge.net/w3af/?rev=5707&view=rev Author: andresriancho Date: 2012-08-23 18:15:58 +0000 (Thu, 23 Aug 2012) Log Message: ----------- * Console UI test refactoring * Added new unittest for exploiting from the console * Added test for lsp, execute, read from the console * Now when a user prints 'foo\nbar' to the console, he actually prints 'foo\r\nbar' in order to make sure formatting is correctly handled * ConsoleUI waits until all messages in the output manager are processed before finishing. Modified Paths: -------------- branches/threading2/core/ui/consoleUi/consoleUi.py branches/threading2/plugins/output/console.py Added Paths: ----------- branches/threading2/core/ui/consoleUi/tests/helper.py branches/threading2/core/ui/consoleUi/tests/test_basic.py branches/threading2/core/ui/consoleUi/tests/test_exploit.py branches/threading2/core/ui/consoleUi/tests/test_profiles.py branches/threading2/core/ui/consoleUi/tests/test_scan_run.py Removed Paths: ------------- branches/threading2/core/ui/consoleUi/tests/test_consoleui.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |