JS unit authenticated solution

Hi,

I’m trying to get jsunit testing going. I’m in somewhat of a paradox though. I’m unable to run unit tests out of the module I want to test because it says that the module is authenticated. It tells me to create another module and write in my testing stuff from there. The problem with that is that I can only see global scopes and I can’t see form methods that I might want to test. I’m wondering if anyone has found ways to work around this issue.

Thanks,
Akaash

Oh yeah, by the way mustAuthenticate is unchecked and the solution type says Normal. I’m stumped.

Ok so I think I figured it out. We’re using the servoy framework and the login solution is svy_login_vw which has autherntication in it. When I switch the login solution to none I can run unit tests.