aboutsummaryrefslogtreecommitdiffstats
path: root/tests/netx
diff options
context:
space:
mode:
authorDanesh Dadachanji <[email protected]>2012-03-12 15:10:36 -0400
committerDanesh Dadachanji <[email protected]>2012-03-12 15:10:36 -0400
commitb521dc7ef6700d52862a7a7dac5a210e3c52c564 (patch)
treee2485b0248344ebe663b6d00f0180a9384626ba7 /tests/netx
parentf3fd206b1b590c09645c51c4ec65dc60a0d3be5f (diff)
Update JNLPs of tests to include required information/title/vendor tags.
Diffstat (limited to 'tests/netx')
-rw-r--r--tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp b/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp
index 19ea3dc..60338e5 100644
--- a/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp
+++ b/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp
@@ -1,5 +1,9 @@
<?xml version="1.0"?>
<jnlp spec="1.5+" codebase="file" href="www.redhat.com">
+ <information>
+ <title>Sample Test</title>
+ <vendor>RedHat</vendor>
+ </information>
<resources>
<j2se version='1.6+' />
<jar href='myResource.jar' main='true' />