From: <em...@us...> - 2011-12-01 08:17:13
|
Revision: 1501 http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1501&view=rev Author: emmebi Date: 2011-12-01 08:17:02 +0000 (Thu, 01 Dec 2011) Log Message: ----------- Just a quick fix: the zsi.xsd was not available anymore at the old location, so I moved it into the ZSI website, which should provide a more stable URL. Modified Paths: -------------- trunk/zsi/setup.cfg trunk/zsi/test/test_t4.py Modified: trunk/zsi/setup.cfg =================================================================== --- trunk/zsi/setup.cfg 2011-11-21 17:58:29 UTC (rev 1500) +++ trunk/zsi/setup.cfg 2011-12-01 08:17:02 UTC (rev 1501) @@ -8,7 +8,7 @@ minor = 1 patchlevel = 0 candidate = 0 -alpha = 1 +alpha = 2 beta = 0 [egg_info] Modified: trunk/zsi/test/test_t4.py =================================================================== --- trunk/zsi/test/test_t4.py 2011-11-21 17:58:29 UTC (rev 1500) +++ trunk/zsi/test/test_t4.py 2011-12-01 08:17:02 UTC (rev 1501) @@ -11,7 +11,7 @@ xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"> <SOAP-ENV:Body> <hreftest> - <xmltest href="http://www-itg.lbl.gov/~kjackson/zsi.xsd"/> + <xmltest href="http://pywebsvcs.sourceforge.net/zsi.xsd"/> <stringtest href="http://www.microsoft.com"/> </hreftest> </SOAP-ENV:Body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |