Rename a test class

This commit is contained in:
Alex Young
2012-07-03 13:35:47 +01:00
parent 2283b99834
commit 9e67f228f0
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
require 'test/unit' require 'test/unit'
require 'environment' require 'environment'
class NBDConnectDestFailureScenarios < Test::Unit::TestCase class TestDestErrorHandling < Test::Unit::TestCase
def setup def setup
@env = Environment.new @env = Environment.new
@@ -62,4 +62,4 @@ class NBDConnectDestFailureScenarios < Test::Unit::TestCase
end end
end # class NBDConnectDestFailureScenarios end # class TestDestErrorHandling

View File

@@ -92,4 +92,4 @@ class TestSourceErrorHandling < Test::Unit::TestCase
end end
end end # class TestSourceErrorHandling