From 49c8ca5bca27575e0408fb4c23910f91496af020 Mon Sep 17 00:00:00 2001
From: Ken Martin <ken.martin@kitware.com>
Date: Fri, 6 Jun 2003 09:06:12 -0400
Subject: undid change because other changes make it no longer neccesary

---
 Source/cmCreateTestSourceList.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Source/cmCreateTestSourceList.cxx b/Source/cmCreateTestSourceList.cxx
index 169724f..cef2d46 100644
--- a/Source/cmCreateTestSourceList.cxx
+++ b/Source/cmCreateTestSourceList.cxx
@@ -304,7 +304,7 @@ bool cmCreateTestSourceList::InitialPass(std::vector<std::string> const& args)
                 cmSystemTools::GetFilenameExtension(args[1]).c_str()+1, 
                 false);
   m_Makefile->AddSource(cfile);
-  sourceListValue = cfile.GetFullPath();
+  sourceListValue = args[1];
     
   for(i = testsBegin; i != tests.end(); ++i)
     {
-- 
cgit v0.12