diff options
author | Danesh Dadachanji <[email protected]> | 2012-04-03 16:04:55 -0400 |
---|---|---|
committer | Danesh Dadachanji <[email protected]> | 2012-04-03 16:04:55 -0400 |
commit | f2b43b73aa469b6df987fdf6c08d6697866e0dd6 (patch) | |
tree | 2bb319245a06537d458a21d9085c751c8030fb09 /tests/jnlp_tests/simple/InformationTitleVendorParser | |
parent | 92413ff87b5c65f627624d6600a6a3733433bd23 (diff) |
Changed the vendor and homepage tags of all JNLPs in the testsuite to point to IcedTea.
Diffstat (limited to 'tests/jnlp_tests/simple/InformationTitleVendorParser')
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleParser.jnlp b/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleParser.jnlp index 64a7e28..fad50cc 100644 --- a/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleParser.jnlp +++ b/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleParser.jnlp @@ -39,7 +39,7 @@ exception statement from your version. <jnlp spec="1.0" href="TitleParser.jnlp" codebase="."> <information> <vendor>IcedTea</vendor> - <homepage href="http://jnlp.sourceforge.net/netx/"/> + <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/> <description>Title tag missing</description> <offline/> </information> diff --git a/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleVendorParser.jnlp b/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleVendorParser.jnlp index faf52cb..f3159b9 100644 --- a/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleVendorParser.jnlp +++ b/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/TitleVendorParser.jnlp @@ -38,7 +38,7 @@ exception statement from your version. <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0" href="TitleVendorParser.jnlp" codebase="."> <information> - <homepage href="http://jnlp.sourceforge.net/netx/"/> + <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/> <description>Title/Vendor tags missing</description> <offline/> </information> diff --git a/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/VendorParser.jnlp b/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/VendorParser.jnlp index e201bf0..5a76e1e 100644 --- a/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/VendorParser.jnlp +++ b/tests/jnlp_tests/simple/InformationTitleVendorParser/resources/VendorParser.jnlp @@ -39,7 +39,7 @@ exception statement from your version. <jnlp spec="1.0" href="VendorParser.jnlp" codebase="."> <information> <title>VendorParser</title> - <homepage href="http://jnlp.sourceforge.net/netx/"/> + <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/> <description>Vendor tag missing</description> <offline/> </information> |