diff options
author | Artur Signell <artur@vaadin.com> | 2014-02-21 18:25:17 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-02-21 18:25:17 +0200 |
commit | bce95bce91f80ddd228c96ab7b89770499b5e49e (patch) | |
tree | 3e5f360d9edf9c2a65d506d6e76e656b8ba25c5e | |
parent | b59f7a0e8cb84d95463f78a18a826d7a953430d4 (diff) | |
download | vaadin-framework-bce95bce91f80ddd228c96ab7b89770499b5e49e.tar.gz vaadin-framework-bce95bce91f80ddd228c96ab7b89770499b5e49e.zip |
Remove extra whitespace causing validation failures
Change-Id: Ib93665a7411c52c1b3b00c22a7c4f799b5adbaea
-rw-r--r-- | uitest/src/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html | 32 | ||||
-rw-r--r-- | uitest/src/com/vaadin/tests/gwtadapter/componentlocator/TestDetachedNotPresent.html | 1 |
2 files changed, 16 insertions, 17 deletions
diff --git a/uitest/src/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html b/uitest/src/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html index b7c40b4d9e..57b267530c 100644 --- a/uitest/src/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html +++ b/uitest/src/com/vaadin/tests/fieldgroup/IntegerRangeValidator.html @@ -1,17 +1,17 @@ - <?xml version="1.0" encoding="UTF-8"?> - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> - <head profile="http://selenium-ide.openqa.org/profiles/test-case"> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="selenium.base" href="" /> - <title>New Test</title> - </head> - <body> - <table cellpadding="1" cellspacing="1" border="1"> - <thead> - <tr><td rowspan="1" colspan="3">New Test</td></tr> - </thead><tbody> - <tr> +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head profile="http://selenium-ide.openqa.org/profiles/test-case"> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<link rel="selenium.base" href="" /> +<title>New Test</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> +<thead> +<tr><td rowspan="1" colspan="3">New Test</td></tr> +</thead><tbody> +<tr> <td>open</td> <td>/run/com.vaadin.tests.fieldgroup.BasicPersonForm?restartApplication</td> <td></td> @@ -96,6 +96,6 @@ <td>Must be between 0 and 150, -1 is not</td> </tr> </tbody></table> - </body> - </html> +</body> +</html> diff --git a/uitest/src/com/vaadin/tests/gwtadapter/componentlocator/TestDetachedNotPresent.html b/uitest/src/com/vaadin/tests/gwtadapter/componentlocator/TestDetachedNotPresent.html index 24e5e992ca..18129a72e2 100644 --- a/uitest/src/com/vaadin/tests/gwtadapter/componentlocator/TestDetachedNotPresent.html +++ b/uitest/src/com/vaadin/tests/gwtadapter/componentlocator/TestDetachedNotPresent.html @@ -1,4 +1,3 @@ - <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |