[sword-cvs] sword/tests swbuftest.cpp,1.7,1.8
sword@www.crosswire.org
sword@www.crosswire.org
Sat, 17 Apr 2004 10:17:19 -0700
- Previous message: [sword-cvs] sword/src/mgr stringmgr.cpp,NONE,1.1 Makefile.am,1.15,1.16 localemgr.cpp,1.18,1.19 swlocale.cpp,1.9,1.10
- Next message: [sword-cvs] swordreader/src/gui ApplicationInterface.cpp,1.3,1.4 ApplicationInterface.h,1.3,1.4 BibleReader.rc,1.3,1.4 gui.vcl,1.20,1.21 gui.vcp,1.9,1.10 NavBooks.cpp,1.6,1.7 NavChap.cpp,1.3,1.4 NavChap.h,1.3,1.4 NavFind.cpp,1.5,1.6 NavFind.h,1.5,1.6 NavNumbers.cpp,1.5,1.6 NavRenderText.cpp,1.11,1.12 NavVerse.cpp,1.3,1.4 SimpleNavigator.cpp,1.2,1.3 SimpleNavigator.h,1.2,1.3 SwordIndex.cpp,1.10,1.11 SwordIndex.h,1.6,1.7 Utils.h,1.2,1.3 BibleReader.aps,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/core/sword/tests
In directory www:/tmp/cvs-serv8699/tests
Modified Files:
swbuftest.cpp
Log Message:
fix
Index: swbuftest.cpp
===================================================================
RCS file: /cvs/core/sword/tests/swbuftest.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- swbuftest.cpp 17 Apr 2004 17:16:17 -0000 1.7
+++ swbuftest.cpp 17 Apr 2004 17:17:17 -0000 1.8
@@ -97,7 +97,7 @@
}
int main(int argc, char **argv) {
-/* SWBuf x;
+ SWBuf x;
cout << "x should be (): (" << x << ")\n";
cout << "size should be 0: " << x.size() << "\n";
x = "hello";
@@ -124,12 +124,5 @@
subscriptTest();
ctorAssignTest();
compareTest();
-*/
-
- SWBuf text;
- for (long int i = 0; i < 10000000; ++i) {
-// text.append("a");
- text.append('a');
- }
}
- Previous message: [sword-cvs] sword/src/mgr stringmgr.cpp,NONE,1.1 Makefile.am,1.15,1.16 localemgr.cpp,1.18,1.19 swlocale.cpp,1.9,1.10
- Next message: [sword-cvs] swordreader/src/gui ApplicationInterface.cpp,1.3,1.4 ApplicationInterface.h,1.3,1.4 BibleReader.rc,1.3,1.4 gui.vcl,1.20,1.21 gui.vcp,1.9,1.10 NavBooks.cpp,1.6,1.7 NavChap.cpp,1.3,1.4 NavChap.h,1.3,1.4 NavFind.cpp,1.5,1.6 NavFind.h,1.5,1.6 NavNumbers.cpp,1.5,1.6 NavRenderText.cpp,1.11,1.12 NavVerse.cpp,1.3,1.4 SimpleNavigator.cpp,1.2,1.3 SimpleNavigator.h,1.2,1.3 SwordIndex.cpp,1.10,1.11 SwordIndex.h,1.6,1.7 Utils.h,1.2,1.3 BibleReader.aps,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]