diff --git a/rdf/tests/localfile/localfile.cpp b/rdf/tests/localfile/localfile.cpp
index 2746984dee1..ae59f73a0a2 100644
--- a/rdf/tests/localfile/localfile.cpp
+++ b/rdf/tests/localfile/localfile.cpp
@@ -16,6 +16,16 @@
* Reserved.
*/
+/*
+
+ 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.
+
+ */
+
#include
#include "nsIContent.h"
#include "nsIInputStream.h"