Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a script to run through all the application mod
Message
De
28/06/2006 13:02:08
Chris Bohling
Myers and Stauffer LC
Shawnee, Kansas, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01132096
Message ID:
01132495
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform