JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Add way for build system to tell tests if they're running with a "head" #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This would make testing mediaviewer easier.

Original issue reported on code.google.com by art.cla...@gmail.com on 3 Jun 2009 at 5:09

GoogleCodeExporter commented 9 years ago

Original comment by art.cla...@gmail.com on 15 Jun 2009 at 7:50

GoogleCodeExporter commented 9 years ago
Bumping up because otherwise many tests fail on MacOS when run headless

Original comment by art.cla...@gmail.com on 2 Jul 2009 at 11:40

GoogleCodeExporter commented 9 years ago
Fixed in r763

You can now pass -Dbuild.headless to ant, and it will set the following 
property:
java.awt.headless=true

If not, then it will set:
java.awt.headless=false

Tested on Mac and Linux, headless and headfull.  Still need to test Windows, but
Hudson will pick that up.

Original comment by art.cla...@gmail.com on 2 Jul 2009 at 11:43