Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a script to run through all the application mod
Message
From
28/06/2006 13:02:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01132096
Message ID:
01132495
Views:
21
>I'm not getting property ilAllowDebug not found on the line
>loTestCase.ilAllowDebug = tlAllowDebug

In the Setup method of a test case, do this:
This.ilAllowDebug = .T.
You should also be able to set this in other methods.

Also, there is a file in the Tests directory called FXUPersist.XML. In it, you will find a block of text like the following:
   <foxunitpersist>
      <userid>cbohling</userid>
      <setting>THIS.ilAllowDebug = .F.</setting>
   </foxunitpersist>
You can change the setting there.

Chris
Christopher Bohling, Consultant
http://www.ChristopherBohling.com
Previous
Reply
Map
View

Click here to load this message in the networking platform