With LL 19, we have been running unit tests against methods in our product’s code base that call LL for a long time now. These have always worked fine on our build server. This week we upgraded our code base to use LL 20 and now all our unit tests give this error:
combit.ListLabel20.LL_LicenseViolation_Exception : An attempt was made to call a function which is not covered by the license.
How can we solve this with LL 20 on our build server? Clearly, it’s pretty important that our unit tests run after each build. Is there some way to tell LL 20 that we indeed have a license? It is not an option to install LL 20 on our build server (and we didn’t have to install LL 19 on our build server yet the unit tests still ran).
Thanks.