Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Done
-
None
-
None
-
A&AI Sprint 6
Description
Since junits are run randomly in windows environment, the junits are failing due to the fact that the tests were setting up AJSC_HOME variable statically and whichever test sets it up first was going to indicate where to look for the test resources and pointing to the wrong test resources cause issues with the unit tests. Need to fix it so all the tests use one common setup class.