ictvmt / mvp4g

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

JUnit Tests of the examples fail #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you run JUnit tests for the example, they fail for the following 
reason:
com.mvp4g.client.Mvp4gException: Event changeTopWidget doesn't exist. Have 
you forgotten to add it to your Mvp4g configuration file?

Workaround:

In com.mvp4g.example.client.mock.eventbus.MockEventBus class
change 

public void dispatch( String eventType, Object form ) {

to

public void dispatch( String eventType, Object form, boolean hasHistory ) {

Original issue reported on code.google.com by plcoir...@gmail.com on 17 Oct 2009 at 7:09

GoogleCodeExporter commented 8 years ago
Made the changes and uploaded a new zip file for the examples. No impact on 
library.

Original comment by plcoir...@gmail.com on 17 Oct 2009 at 7:48

GoogleCodeExporter commented 8 years ago

Original comment by plcoir...@gmail.com on 17 Oct 2009 at 7:48