|
From: <rv...@us...> - 2012-07-12 23:31:35
|
Revision: 2260
http://dotnetrdf.svn.sourceforge.net/dotnetrdf/?rev=2260&view=rev
Author: rvesse
Date: 2012-07-12 23:31:29 +0000 (Thu, 12 Jul 2012)
Log Message:
-----------
Fix for Rob Style's URI encoding issue - turns out that Tools.ResolveUri was calling ToString() on the URIs which was potentially changing them from their form, calling AbsoluteUri is safer and preserves the URI over several manipulations and makes his failing test case pass
Affects Issue [251]
Modified Paths:
--------------
Trunk/Libraries/core/Core/Tools.cs
Trunk/Testing/unittest/Parsing/RdfXmlTests.cs
Trunk/Testing/unittest/resources/urlencodes-in-rdfxml.rdf
Trunk/dotNetRDF.suo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|