google-code-export / gwt-test-utils

Automatically exported from code.google.com/p/gwt-test-utils
1 stars 0 forks source link

DOMImpl.dispatchEvent not patched #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Test on SimplePager widget
2. SimplePager initialization in the test class

What is the expected output? What do you see instead?
Tests in error:
  initTest(ma.awb.socle.ihm.client.pagination.AwbSimplePagerTest): Abstract method 'DOMImpl.dispatchEvent()' is not patched by com.octo.gwt.test.internal.patchers.dom.DOMImplPatcher

What version of the product are you using? On what operating system?
0.28.3-SNAPSHOT

Please provide any additional information below.

Thanks.

Original issue reported on code.google.com by flomari...@gmail.com on 19 May 2011 at 3:43

GoogleCodeExporter commented 9 years ago
SimplePager depends on the cellview API, which is not supported yet..

Original comment by gael.laz...@gmail.com on 20 May 2011 at 12:11

GoogleCodeExporter commented 9 years ago
I provided a simple patch to enable the instanciation of SimplePager class.

It's available on the lastest 0.28.4-SNAPSHOT deployed.

Original comment by gael.laz...@gmail.com on 23 May 2011 at 4:32