From: <bl...@us...> - 2003-05-14 18:55:54
|
Update of /cvsroot/cpptool/rfta/src/rftaparser In directory sc8-pr-cvs1:/tmp/cvs-serv3871/src/rftaparser Modified Files: CStringEnumeratorTest.cpp StdAfx.h Log Message: * started implementing wrapper for VC7 object model. TextSelection seems to be working. Still need to test VC7TextDocument. Index: CStringEnumeratorTest.cpp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rftaparser/CStringEnumeratorTest.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CStringEnumeratorTest.cpp 3 May 2003 17:34:01 -0000 1.3 --- CStringEnumeratorTest.cpp 14 May 2003 18:55:49 -0000 1.4 *************** *** 96,99 **** --- 96,100 ---- ++enumText_; ++enumText_; + // those tests failed on VC7 !!! RFTA_ASSERT_EQUAL( 0, enumText_[-3] ); RFTA_ASSERT_EQUAL( '1', enumText_[-2] ); Index: StdAfx.h =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rftaparser/StdAfx.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** StdAfx.h 25 Oct 2002 15:43:39 -0000 1.2 --- StdAfx.h 14 May 2003 18:55:49 -0000 1.3 *************** *** 16,20 **** // Put commonly used STL stuff here to reduce compile time. ! #pragma warning( disable: 4786 ) # endif #include <deque> --- 16,20 ---- // Put commonly used STL stuff here to reduce compile time. ! #pragma warning( disable: 4786 4018 ) # endif #include <deque> |