OSDN Git Service

- added supplement comment.
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Mon, 26 May 2008 17:41:30 +0000 (17:41 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Mon, 26 May 2008 17:41:30 +0000 (17:41 +0000)
test/Ethna_ActionForm_Validator_Required_Test.php

index 9d00561..d3eaee9 100644 (file)
@@ -187,6 +187,7 @@ class Ethna_ActionForm_Validator_Required_Test extends Ethna_UnitTestBase
                         );        
             $this->af->setDef('input', $form_def);
             
+            //   Formが全くsubmitすらされていない場合
             $this->af->validate();
             $this->assertTrue($this->ae->isError('input'));
             $this->ae->clear();
@@ -277,6 +278,7 @@ class Ethna_ActionForm_Validator_Required_Test extends Ethna_UnitTestBase
                         );        
             $this->af->setDef('input', $form_def);
             
+            //   Formが全くsubmitすらされていない場合
             $this->af->validate();
             $this->assertTrue($this->ae->isError('input'));
             $this->ae->clear();
@@ -367,6 +369,7 @@ class Ethna_ActionForm_Validator_Required_Test extends Ethna_UnitTestBase
                         );        
             $this->af->setDef('input', $form_def);
             
+            //   Formが全くsubmitすらされていない場合
             $this->af->validate();
             $this->assertTrue($this->ae->isError('input'));
             $this->ae->clear();
@@ -457,6 +460,7 @@ class Ethna_ActionForm_Validator_Required_Test extends Ethna_UnitTestBase
                         );        
             $this->af->setDef('input', $form_def);
             
+            //   Formが全くsubmitすらされていない場合
             $this->af->validate();
             $this->assertTrue($this->ae->isError('input'));
             $this->ae->clear();