rename the attribute to classname so parser doesn't barf

git-svn-id: file:///home/svn/framework3/trunk@14204 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Jonathan Cran 2011-11-09 22:21:39 +00:00
parent 2c47475aee
commit 7885699ab1
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class Driver < Msf::Ui::Driver
e = REXML::Element.new("testsuite")
c = REXML::Element.new("testcase")
c.attributes["class"] = "msfrc"
c.attributes["classname"] = "msfrc"
c.attributes["name"] = tname
f = REXML::Element.new("failure")