Patch: TestRelationGroups.cpp: Fix Test Name.

Jeffrey Oldham oldham at codesourcery.com
Mon Oct 15 17:23:05 UTC 2001


2001-10-15  Jeffrey D. Oldham  <oldham at codesourcery.com>

        * TestRelationGroups.cpp (main): Fix the name of the test given to
        tester.

Tested on       sequential Linux by running test
Applied to      mainline
Approved by     Stephen Smith
 
Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com
-------------- next part --------------
Index: TestRelationGroups.cpp
===================================================================
RCS file: /home/pooma/Repository/r2/src/Field/tests/TestRelationGroups.cpp,v
retrieving revision 1.1
diff -c -p -r1.1 TestRelationGroups.cpp
*** TestRelationGroups.cpp	2001/08/30 01:15:18	1.1
--- TestRelationGroups.cpp	2001/10/14 03:46:39
*************** int main(int argc, char *argv[])
*** 117,123 ****
    
    tester.out() << E << std::endl;
      
!   int ret = tester.results("TestMeshFunctions");
    Pooma::finalize();
    return ret;
  }
--- 117,123 ----
    
    tester.out() << E << std::endl;
      
!   int ret = tester.results("TestRelationGroups");
    Pooma::finalize();
    return ret;
  }


More information about the pooma-dev mailing list