diff options
Diffstat (limited to 'BKUApplet/src/test/resources/appletTest.html')
-rw-r--r-- | BKUApplet/src/test/resources/appletTest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUApplet/src/test/resources/appletTest.html b/BKUApplet/src/test/resources/appletTest.html index 5aec1998..1ba88e47 100644 --- a/BKUApplet/src/test/resources/appletTest.html +++ b/BKUApplet/src/test/resources/appletTest.html @@ -20,11 +20,11 @@ <applet code="at.gv.egiz.bku.online.applet.BKUApplet.class" archive="../BKUApplet-1.0-SNAPSHOT.jar, ../test-libs/commons-logging-1.1.1.jar , ../test-libs/iaik_jce_me4se-3.04.jar" width=300 height=200> - <param name="GuiStyle" value="advanced"/> + <param name="GuiStyle" value="simple"/> <param name="Background" value="http://localhost:3495/DemoIntegration/mocca_background.png"/> <param name="WSDL_URL" value="http://localhost:3495/stal?wsdl"/> <param name="HelpURL" value="http://localhost:3495/help/"/> - <param name="HashDataDisplay" value="internal"/> + <param name="HashDataDisplay" value="frame"/> <!--param name="HashDataURL" value="http://localhost:3495/BKUOnline-1.0-SNAPSHOT/hashDataInput"/--> <param name="SessionId" value="TestSession"/> <param name="RedirectURL" value="http://localhost:3495/bkuResult"/> |