Hey there!

Did you find solution to this problem yet?

On Oct 22, 5:47 pm, Defranco <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Regardingcontrollertesting using Test Suite on 1.2.RC3:
>
> How do I test resulting data after I run testAction and
> fixturize=true? The problem is that all all tables are dropped after
> testAction routine.
>
> For example if I run a simple testAction:
>
> $this->testAction(   "/mycontroller/index",
>                                         array(  'fixturize' => true));
>
> fixturize=true will make it to create all tables before running
> index(), but it will drop all tables after testAction... how do I test
> resulting data if the tables are all dropped?
>
> Is possible to make testAction to fixturize data but do not drop it so
> I can test resulting data saved on tables?
>
> kind regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to