firefox - How can I specify a browser that GWT tests should be run on? -


i writing gwt project uses html5 canvas.

to test application use gwttestcase.

for firefox functions supported since gecko 1.9.
while testing, firefox 3.0.1 being used , errors occur.

how can set gwt tests launched on firefox 3.6?
(in eclipse using gwt plugin or using build.xml ant)

measuretext wasn't there until gecko 1.9.1.

the workaround run tests runstyle=manual:1 gives me link can paste browser want tests run in.

-dgwt.args="-runstyle manual:1" 

Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -