Fresco/test/syunit-c++/test test-ResultsMap.cc,1.1,1.2
Nathaniel Smith <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/test/syunit-c++/test
In directory purcel:/tmp/cvs-serv17657/syunit-c++/test
Modified Files:
test-ResultsMap.cc
Log Message:
Oops, I still had the old, provisional name for the library in the source
code; replace "Fresco_Test" with "SyUnit" everywhere.
Index: test-ResultsMap.cc
===================================================================
RCS file: /cvs/fresco/Fresco/test/syunit-c++/test/test-ResultsMap.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- test-ResultsMap.cc 19 Feb 2003 20:07:23 -0000 1.1
+++ test-ResultsMap.cc 19 Feb 2003 20:40:16 -0000 1.2
@@ -4,13 +4,13 @@
#include "ResultsMap.hh"
-namespace Fresco_Test
+namespace SyUnit
{
/**
* This is a class-level comment.
*/
-class ResultsMapTest : public Fresco_Test::TestCase
+class ResultsMapTest : public SyUnit::TestCase
{
public: