From 2f3937c26fd2839ec38715e2e74e7404334f37c4 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Tue, 5 Jan 1999 23:29:50 +0000 Subject: [PATCH] Fixed LXR comments. --- rdf/tests/localfile/localfile.cpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/rdf/tests/localfile/localfile.cpp b/rdf/tests/localfile/localfile.cpp index 1295718a23b5..fb1ccaef9931 100644 --- a/rdf/tests/localfile/localfile.cpp +++ b/rdf/tests/localfile/localfile.cpp @@ -18,11 +18,17 @@ /* - This is a test script that uses the nsStreamDataSource - class to read a file from the local file system (using a "file:" - URL) and write it back. The idea is that the RDF that gets written - out should be equivalent (but not necessarily identical) to the RDF - that was read in. + This is a test script that uses the nsStreamDataSource class to read + a file from the local file system (using a "file:" URL) and write it + back. The idea is that the RDF that gets written out should be + equivalent (but not necessarily identical) to the RDF that was read + in. + + Currently, the nsFileSpec stuff is _really_ sensitive to Win32 file + names: be sure to use a file URL that looks like + "file://G:/tmp/foo.rdf"; that is, two forward-slashes after the + "file:", a drive letter specification with a colon (not a pipe), and + forward-slashes in the path. */