Index: vhUnitTest/TECH/Http/impl/HttpAPI.cls.xml =================================================================== diff -u -r3082 -r3146 --- vhUnitTest/TECH/Http/impl/HttpAPI.cls.xml (.../HttpAPI.cls.xml) (revision 3082) +++ vhUnitTest/TECH/Http/impl/HttpAPI.cls.xml (.../HttpAPI.cls.xml) (revision 3146) @@ -13,7 +13,7 @@ #Define BestaandeUri2VH ##class(TECH.Net.URI).MaakVanURLZonderQueryNochFragment( "http://res.vanhoecke.be/help" ) Do $$$AssertTrue( ##class(TECH.Http.impl.HttpAPI).%New().BestaatURI( $$$BestaandeUri2VH ) ) - #Define BestaandeUri2ISC ##class(TECH.Net.URI).MaakVanURLZonderQueryNochFragment( "http://www.intersystems.com/home" ) + #Define BestaandeUri2ISC ##class(TECH.Net.URI).MaakVanURLZonderQueryNochFragment( "http://www.google.be" ) Do $$$AssertTrue( ##class(TECH.Http.impl.HttpAPI).%New().BestaatURI( $$$BestaandeUri2ISC ) ) ]]>