-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP! test: save and load #99
base: develop
Are you sure you want to change the base?
Conversation
I think I'd made some progress figuring out
and that's where I went off on the tangent one possibility is that after this mess WildAnimals/src/test/java/org/terasology/wildAnimals/system/WildAnimalsSpawnSystemTest.java Lines 123 to 129 in b565f2b
the TypeHandlerLibrary being used by the new storage manager doesn't have the module-provided handlers in it. The test I copied it out of didn't have any external modules, so it wouldn't have noticed. |
Further investigation shows that to be the case. That means the errors about |
Test case is in somewhat more useful shape now. I think the problem now is that part of the code under test is in |
Yep, RegisterMode.CLIENT.validWhenHeadless == false. 🙁 |
super kludgy test trying to troubleshoot loading