soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Code generation test cases should synchronise properly with AJAX #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
Currently, to wait for AJAX, we use "outstanding AJAX calls" and
Thread.sleep. However, apparently it is also possible to wait for AJAX
calls using HtmlUnit directly:
https://sourceforge.net/tracker/?func=detail&aid=2697234&group_id=61302&atid=497
985

What goal would this enhancement help you achieve?
Test cases should execute faster and more reliably.

Original issue reported on code.google.com by soundasleep on 13 May 2009 at 6:55

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 16 Jul 2009 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 5 Oct 2009 at 1:14

GoogleCodeExporter commented 9 years ago
This has (finally!) been implemented in r1666. Initially, it looks like the test
cases are running about 10-20% faster. Need to first verify that all test cases 
are
now running correctly before this issue can be closed.

Some of the generated code (i.e. the AJAX monitor) should be reviewed - is this 
still
necessary?

Original comment by soundasleep on 10 Mar 2010 at 6:59

GoogleCodeExporter commented 9 years ago
All test cases are running correctly, so closing issue.

Original comment by soundasleep on 11 Mar 2010 at 4:38

GoogleCodeExporter commented 9 years ago

Original comment by soundasleep on 18 Mar 2010 at 11:49