diff options
author | Jiri Vanek <[email protected]> | 2011-04-11 15:36:10 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2011-04-11 15:36:10 +0200 |
commit | 1b28ac5e2988a6796da5e5601c0b717604d44917 (patch) | |
tree | 67bcbaa99dbd5d9f42989d83db97a0969ef1a505 /tests/netx/unit/net/sourceforge | |
parent | 652b4b1f14e951c29ed56c3f940a42a69a818ccf (diff) |
added support for testng
Diffstat (limited to 'tests/netx/unit/net/sourceforge')
-rw-r--r-- | tests/netx/unit/net/sourceforge/jnlp/basic.jnlp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp b/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp index 8fabda8..7139475 100644 --- a/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp +++ b/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp @@ -1,11 +1,11 @@ -<?xml version='1.0' encoding='utf-8'?> +<?xml version='1.0' encoding='utf-8'?> <!-- this is a sample jnlp file --> <jnlp spec='1.0' codebase='http://localhost/' href='jnlp.jnlp'> - <information> + <information> <!-- this is the information section --> - <title>Large JNLP</title> + <title>Large JNLP</title> <vendor>The IcedTea Project</vendor> <homepage href='http://homepage/' /> <description kind='one-line'>one-line</description> @@ -24,7 +24,7 @@ <description>decription of related-content</description> <icon href='related-content-icon.png' /> </related-content> - </information> + </information> <security> <all-permissions/> </security> @@ -43,5 +43,4 @@ <argument>arg1</argument> <argument>arg2</argument> </application-desc> -</jnlp> - +</jnlp> |