Rename a test class
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
require 'test/unit'
|
||||
require 'environment'
|
||||
|
||||
class NBDConnectDestFailureScenarios < Test::Unit::TestCase
|
||||
class TestDestErrorHandling < Test::Unit::TestCase
|
||||
|
||||
def setup
|
||||
@env = Environment.new
|
||||
@@ -62,4 +62,4 @@ class NBDConnectDestFailureScenarios < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
|
||||
end # class NBDConnectDestFailureScenarios
|
||||
end # class TestDestErrorHandling
|
||||
|
@@ -92,4 +92,4 @@ class TestSourceErrorHandling < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
end # class TestSourceErrorHandling
|
||||
|
Reference in New Issue
Block a user