From a26d903cc47bd6c0646cd69cc828c5c03c75343f Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Fri, 17 Feb 2006 10:24:40 +0000 Subject: [PATCH] fix "file:/" Url --- testsuite/solver/src/deptestomatic.cc | 2 +- testsuite/solver/src/helixparse.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuite/solver/src/deptestomatic.cc b/testsuite/solver/src/deptestomatic.cc index 6331f11..ae2339c 100644 --- a/testsuite/solver/src/deptestomatic.cc +++ b/testsuite/solver/src/deptestomatic.cc @@ -622,7 +622,7 @@ load_source (const string & alias, const string & filename, const string & type, int count = 0; try { - Url url("file://"); + Url url("file:/"); media::MediaManager mmgr; media::MediaId mediaid = mmgr.open(url); diff --git a/testsuite/solver/src/helixparse.cc b/testsuite/solver/src/helixparse.cc index c4c55d5..860c4ee 100644 --- a/testsuite/solver/src/helixparse.cc +++ b/testsuite/solver/src/helixparse.cc @@ -33,7 +33,7 @@ int main( int argc, char * argv[] ) INT << "===[START]==========================================" << endl; Pathname p = argv[1]; - Url url("file://"); + Url url("file:/"); string alias("helixparse"); #if 0 // old SourceManager -- 2.7.4