diff options
Diffstat (limited to 'tests/src/test/resources/sourceCode/EncodingTest/japanese_sources.html')
-rw-r--r-- | tests/src/test/resources/sourceCode/EncodingTest/japanese_sources.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/src/test/resources/sourceCode/EncodingTest/japanese_sources.html b/tests/src/test/resources/sourceCode/EncodingTest/japanese_sources.html new file mode 100644 index 00000000000..d873fba3939 --- /dev/null +++ b/tests/src/test/resources/sourceCode/EncodingTest/japanese_sources.html @@ -0,0 +1,39 @@ +<?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"/> + <title>japanese_sources</title> +</head> +<body> +<table cellpadding="1" cellspacing="1" border="1"> + <thead> + <tr> + <td rowspan="1" colspan="3">japanese_sources</td> + </tr> + </thead> + <tbody> + <tr> + <td>open</td> + <td>/component/index?id=japanese-charset%3Asrc%2Fmain%2Fxoo%2Fcom%2Ftest%2FAppDuplication.xoo</td> + <td></td> +</tr> +<tr> + <td>waitForElementPresent</td> + <td>css=.source-viewer</td> + <td></td> +</tr> +<tr> + <td>waitForText</td> + <td>css=.source-table</td> + <td>glob:*public class AppDuplication*</td> +</tr> +<tr> + <td>waitForText</td> + <td>css=.source-table</td> + <td>glob:*証明書パス構築に失敗しました。*</td> +</tr> +</tbody> +</table> +</body> +</html> |