TF isgenuine testing and the clock

In the TF xml file there is: <isgenuine days_between="90" grace="14"/>

I want to do some testing of what TurboFloatServer does when the 90 days rolls around. I can I do this by just changing my system clock, or does the TF server program do anything internally that will prevent this?

Thanks,

Brian

Hey Brian,

I can I do this by just changing my system clock, or does the TF server program do anything internally that will prevent this?

Changing the clock won't work. The TurboFloat Server will likely detect the tampering and just say "OK, I'm forcing you to check now" or even simply "Not activated".

The best thing you can do to test the behavior is to set days_between="1" and grace="1".

Is there something in particular you need to know?

I want to test calls to IsGenuineEx in various scenarios so I can see for myself what my customers will see.

Thanks,

Brian