summaryrefslogtreecommitdiff
path: root/BKUViewer/src/test
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-25 12:04:21 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-06-25 12:04:21 +0000
commitbaa86c0bbcd5509ac70cc318547632c9ad4d9fde (patch)
treeeb1ebc1aff4d12144b75bd3f2dc9e2cfc86a3018 /BKUViewer/src/test
parent0b932a745f42c2c54fbbdbe358dc54825495952e (diff)
downloadmocca-baa86c0bbcd5509ac70cc318547632c9ad4d9fde.tar.gz
mocca-baa86c0bbcd5509ac70cc318547632c9ad4d9fde.tar.bz2
mocca-baa86c0bbcd5509ac70cc318547632c9ad4d9fde.zip
slxhtml
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@374 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUViewer/src/test')
-rw-r--r--BKUViewer/src/test/java/at/gv/egiz/bku/slxhtml/ValidatorTest.java4
-rw-r--r--BKUViewer/src/test/resources/at/gv/egiz/bku/slxhtml/zugang.xhtml17
2 files changed, 19 insertions, 2 deletions
diff --git a/BKUViewer/src/test/java/at/gv/egiz/bku/slxhtml/ValidatorTest.java b/BKUViewer/src/test/java/at/gv/egiz/bku/slxhtml/ValidatorTest.java
index 4708d6e7..c5b54a56 100644
--- a/BKUViewer/src/test/java/at/gv/egiz/bku/slxhtml/ValidatorTest.java
+++ b/BKUViewer/src/test/java/at/gv/egiz/bku/slxhtml/ValidatorTest.java
@@ -29,7 +29,7 @@ import at.gv.egiz.bku.viewer.ValidationException;
import at.gv.egiz.bku.viewer.Validator;
import at.gv.egiz.bku.viewer.ValidatorFactory;
-@Ignore
+//@Ignore
public class ValidatorTest {
private static Log log = LogFactory.getLog(ValidatorTest.class);
@@ -46,7 +46,7 @@ public class ValidatorTest {
@Test
public void testValidate() throws ValidationException {
- String slxhtmlFile = "at/gv/egiz/bku/slxhtml/test.xhtml";
+ String slxhtmlFile = "at/gv/egiz/bku/slxhtml/zugang.xhtml";
Validator validator = ValidatorFactory.newValidator("application/xhtml+xml");
diff --git a/BKUViewer/src/test/resources/at/gv/egiz/bku/slxhtml/zugang.xhtml b/BKUViewer/src/test/resources/at/gv/egiz/bku/slxhtml/zugang.xhtml
new file mode 100644
index 00000000..9284d9cf
--- /dev/null
+++ b/BKUViewer/src/test/resources/at/gv/egiz/bku/slxhtml/zugang.xhtml
@@ -0,0 +1,17 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>Signatur der Anmeldedaten</title>
+ <style media="screen" type="text/css">.boldstyle { font-weight: bold; } .italicstyle { font-style: italic; } .annotationstyle { font-size: small; }</style>
+ </head>
+ <body>
+ <h1>Signatur der Anmeldedaten</h1>
+ <p></p>
+ <h4>Mit meiner elektronischen Signatur beantrage ich, <span class="boldstyle">Horst Rotzstopper</span>, geboren am 12.12.1985, den Zugang zur gesicherten Anwendung.</h4>
+ <p></p>
+ <h4>Datum und Uhrzeit: 07.11.2008, 14:04:18</h4>
+ <h4>wbPK(*): LTpz8VYzns2jrx0J8Gm/R/nAhxA=</h4>
+ <p></p>
+ <hr></hr>
+ <div class="annotationstyle">(*) wbPK: Das <span class="italicstyle">wirtschaftsbereichsspezifische Personenkennzeichen</span> wird aus den jeweiligen Stammzahlen des Bürgers und des Wirtschaftsunternehmens berechnet und ermöglicht eine eindeutige Zuordnung des Bürgers zum Wirtschaftsunternehmen.</div>
+ </body>
+</html> \ No newline at end of file