MINOR Changed test method name in ComplexTableFieldTest

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@75744 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-04-30 07:56:48 +00:00 committed by Sam Minnee
parent 78d3689729
commit 4969a8d145

View File

@ -53,7 +53,7 @@ class ComplexTableFieldTest extends FunctionalTest {
$this->assertNotNull($parser->getBySelector('#Role input'), 'There is a field called "Role" - this field is the extra field for $many_many_extraFields');
}
function testAddingNewPlayerWithExtraData() {
function testAddingManyManyNewPlayerWithExtraData() {
$team = DataObject::get_one('ComplexTableFieldTest_Team', "Name = 'The Awesome People'");
$this->post('ComplexTableFieldTest_Controller/ManyManyForm/field/Players/AddForm', array(