Skip to content

Commit

Permalink
Fix image name typo in ImageTest
Browse files Browse the repository at this point in the history
Change-Id: Ia1d65d2c1e69bbc6301e3d15c8315b336af3f021
  • Loading branch information
jnehlmeier committed Jul 28, 2018
1 parent 3a5ad92 commit 4ea3f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/test/com/google/gwt/user/client/ui/ImageTest.java
Expand Up @@ -783,7 +783,7 @@ public void run() {
public void testWrapOfSubclass() {
String uid = Document.get().createUniqueId();
DivElement div = Document.get().createDivElement();
div.setInnerHTML("<img id='" + uid + "' src='counting-forward.png'>");
div.setInnerHTML("<img id='" + uid + "' src='counting-forwards.png'>");
Document.get().getBody().appendChild(div);

final TestImage image = TestImage.wrap(Document.get().getElementById(uid));
Expand Down

0 comments on commit 4ea3f99

Please sign in to comment.