From 554ea629dc0c4e52023c38f0a752b321c4658b7f Mon Sep 17 00:00:00 2001 From: Carlos Barberis Date: Tue, 16 Feb 2010 01:22:55 +0000 Subject: [PATCH] ENHANCEMENT: added PageComment for CommentAdminTest git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99069 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/CMSMainTest.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/CMSMainTest.yml b/tests/CMSMainTest.yml index 32285a2b..088d3596 100644 --- a/tests/CMSMainTest.yml +++ b/tests/CMSMainTest.yml @@ -62,3 +62,14 @@ SiteConfig_CreateTopLevelGroups: createtoplevelgroups1: siteconfigid: 1 GroupID: =>Group.rooteditusers +PageComment: + Comment1: + Name: Person + Comment: Very cool page + NeedsModeration: 1 + EmailAddress: person@server.com + Comment2: + Name: Someone + Comment: I am a person + NeedsModeration: 0 + EmailAddress: someone@somewhere.com \ No newline at end of file