[Abtlinux-svn] SF.net SVN: abtlinux: [402] src/trunk/testabtsystemmanager.rb
Status: Alpha
Brought to you by:
eschabell
From: <esc...@us...> - 2007-07-23 13:11:25
|
Revision: 402 http://svn.sourceforge.net/abtlinux/?rev=402&view=rev Author: eschabell Date: 2007-07-23 06:11:27 -0700 (Mon, 23 Jul 2007) Log Message: ----------- Removed unit test for cleanup of logs, this method is not needed in our implementation thus the test either. Modified Paths: -------------- src/trunk/testabtsystemmanager.rb Modified: src/trunk/testabtsystemmanager.rb =================================================================== --- src/trunk/testabtsystemmanager.rb 2007-07-23 12:09:13 UTC (rev 401) +++ src/trunk/testabtsystemmanager.rb 2007-07-23 13:11:27 UTC (rev 402) @@ -49,15 +49,8 @@ def test_cleanup_package_sources assert( @sys.cleanup_package_sources(), "test_cleanup_package_sources()" ) end - + ## - # Test method for 'AbtSystemManager.test_cleanup_logs()' - ## - def test_cleanup_logs - assert( @sys.cleanup_logs(), "test_cleanup_logs()" ) - end - - ## # Test method for 'AbtSystemManager.test_verify_installed_files()' ## def test_verify_installed_files This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |