comidan / ingsw-project

Sagrada is the online multiplayer board game version of the original board game from Cranio Creations, made as Software Engineering Project at Politecnico di Milano
2 stars 0 forks source link

Test issues #7

Closed valerio-castelli closed 6 years ago

valerio-castelli commented 6 years ago

Please do not push tests that are supposed to verify the view, as we are not able to run them and they skew our statistics: Tests in error: ResizerTest.testResizer:15 » Headless No X11 DISPLAY variable was set, but th... GUIManagerTest.testGUIManager:20 » Headless No X11 DISPLAY variable was set, ..

comidan commented 6 years ago

I pushed these because on Travis CI settings file has been set these Linux command lines

export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start

So that we were able to test some gui related class, not each one of course, on an CI environment in an emulated graphic environment.

I thought there were such options enabled on Jenkins, but if necessary of course I will remove these tests as soon as possible.

comidan commented 6 years ago

Issue resolved

comidan commented 6 years ago

@valerio-castelli is there something still wrong?

valerio-castelli commented 6 years ago

Sorry for the lack of updates guys, here's the situation:

comidan commented 6 years ago

@valerio-castelli no problem for delay, however fixed right now. Sorry, I forgot about one test using GUI features. now there shouldn't be any failures.

valerio-castelli commented 6 years ago

It's indeed working now, I'm closing the issue.