[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
2 | 1 | 0 | 50.00% | 0.68 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
com.insanityengine.ghia | 1 | 0 | 0 | 100.00% | 0.03 |
com.insanityengine.ghia.apps | 1 | 1 | 0 | 0.00% | 0.65 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
![]() | testLight |
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
| |
java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.applet.Applet.<init>(Applet.java:44) at javax.swing.JApplet.<init>(JApplet.java:101) at com.insanityengine.ghia.libograf.AppletBase.<init>(AppletBase.java:78) at com.insanityengine.ghia.apps.Light.<init>(Light.java:63) at com.insanityengine.ghia.apps.LightTest.getLight(LightTest.java:55) at com.insanityengine.ghia.apps.LightTest.testLight(LightTest.java:36)
|