JUnit assertions (using GWTTestCase) keeps failing when calling
RootPanel.get(id).
Calling RootPanel.get(id) returns null, when it should not. The host
page has a div block defined with an id set.
Following is the sample code which produced these results.
Host Page:
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<title>FirstGWT15EclipseApp</title>
<script type="text/javascript"
language="javascript"
src="com.mycompany.FirstGWT15EclipseApp.nocache.js">
</script>
</head>
<body>
<iframe src="javascript:''"
id="__gwt_historyFrame"
tabIndex='-1'
style="position:absolute;width:0;height:0;border:0">
</iframe>
<div id="container"></div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---