diff options
Diffstat (limited to 'BKUApplet/src/test')
-rw-r--r-- | BKUApplet/src/test/resources/DejaVuLGCSansMono.ttf | bin | 0 -> 282704 bytes | |||
-rw-r--r-- | BKUApplet/src/test/resources/appletTest.html | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/BKUApplet/src/test/resources/DejaVuLGCSansMono.ttf b/BKUApplet/src/test/resources/DejaVuLGCSansMono.ttf Binary files differnew file mode 100644 index 00000000..21647753 --- /dev/null +++ b/BKUApplet/src/test/resources/DejaVuLGCSansMono.ttf diff --git a/BKUApplet/src/test/resources/appletTest.html b/BKUApplet/src/test/resources/appletTest.html index 85834763..22495a32 100644 --- a/BKUApplet/src/test/resources/appletTest.html +++ b/BKUApplet/src/test/resources/appletTest.html @@ -21,7 +21,7 @@ <link rel="shortcut icon" href="img/chip16.ico" type="image/x-icon"> </head> <body> - <p>Run applet test with appletviewer -J-Djava.security.policy=appletviewer.policy appletTest.html</p> + <p>Run applet test with appletviewer (-J-d32) -J-Djava.security.policy=appletviewer.policy appletTest.html</p> <applet code="at.gv.egiz.bku.online.applet.BKUApplet.class" archive="../BKUApplet-1.2.8-SNAPSHOT.jar, commons-logging.jar , iaik_jce_me4se.jar" width=190 height=130 name="moccaapplet" id="moccaapplet"> @@ -30,8 +30,8 @@ <!--param name="Background" value="jar:file:/home/clemens/workspace/mocca/BKUApplet/target/BKUApplet-1.0-SNAPSHOT.jar!/images/help.png"/--> <!--param name="Background" value="http://localhost:3495/img/BackgroundChipperling.png"/--> <param name="BackgroundColor" value="#ff0000"/> - <param name="WSDL_URL" value="https://localhost:8080/stal?wsdl"/> - <param name="HelpURL" value="http://apps.egiz.gv.at/bkuonline/help/"/> + <param name="WSDL_URL" value="http://localhost:8080/BKUOnline/stal?wsdl"/> + <param name="HelpURL" value="http://localhost:8080/BKUOnline/help/"/> <param name="SessionId" value="TestSession"/> <param name="RedirectURL" value="http://www.google.com/bkuResult"/> <param name="RedirectTarget" value="_parent"/> |