Commit Graph

25 Commits

Author SHA1 Message Date
dsandersoremutah
d566bdfe6d Removed cache tests when doing under mono.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@996 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-17 21:34:23 +00:00
dsandersoremutah
adb6bbbea7 Took out some unit tests that we can't get to work under mono for C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@961 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-04 14:57:35 +00:00
dsandersoremutah
c86dd406be Changed database default language to DE.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@959 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-03 23:08:27 +00:00
dsandersoremutah
c598e4f538 Added import document test for C#
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@957 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-03 22:40:24 +00:00
dsandersoremutah
6b0d83806f Got rid of extra endTest call.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@956 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-03 22:40:02 +00:00
dsandersoremutah
304e05baea Modified check db test to allow a block size of 4096
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@955 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-03 22:39:43 +00:00
dsandersoremutah
f180f0eede Added some calls to endTest
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@945 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-02 22:52:40 +00:00
dsandersoremutah
588c20526e Added some unit tests for creating documents.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@943 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-10-02 21:00:41 +00:00
dsandersoremutah
5af713e86f Un-ifdefed tests that were accidentally ifdefed out.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@912 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 18:48:32 +00:00
dsandersoremutah
cb3c761e2a Added various methods for settings to DbSystem class in C#. Also changed Languages enum to be a uint instead of an int. Also added compareStrings method to DbSystem class. Also added unit tests for settings and compare strings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@911 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 17:39:38 +00:00
dsandersoremutah
587b534ec3 Added methods for collecting statistics to C# classes. Also made needed changes in C++ code.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@909 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-26 14:55:33 +00:00
dsandersoremutah
7ef9dfd2af Reorganized C# unit tests - divided into different modules - was getting too large.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@906 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-22 20:29:17 +00:00
dsandersoremutah
a03c9de4e7 Added methods to C# for setting cache limits and getting cache information. Also added unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@905 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-22 19:36:16 +00:00
dsandersoremutah
1af19b5395 Added some more methods to the DataVector class, and added some more unit tests for the DataVector class - in C#.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@899 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-22 15:46:31 +00:00
dsandersoremutah
ef96fb881c Added DataVector class to C# code, along with some unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@898 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 23:20:01 +00:00
dsandersoremutah
37b496bb01 Changed CREATE_OPTS to XFLM_CREATE_OPTS to match the name of the structure that is defined in xflaim.h
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@884 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 15:30:18 +00:00
dsandersoremutah
d910cbde66 Made a few enhancements to how streams are handled. Modified corresponding unit tests.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@883 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 15:24:24 +00:00
dsandersoremutah
270f6f1713 Added IStream and OStream to C# classes - along with methods in DbSystem class to create objects of these types.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@880 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-21 14:48:17 +00:00
dsandersoremutah
9814449322 Fixed some linux compile errors for C# code
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@879 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-20 18:05:04 +00:00
dsandersoremutah
cb890340dc Added DbSystem.dbRebuild to C#. Also added a unit test for it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@878 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-20 17:33:52 +00:00
dsandersoremutah
83fe770065 Added DbSystem.dbRename. Also added unit test for it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@875 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-19 21:47:16 +00:00
dsandersoremutah
21f6986ec0 Added DbSystem.dbCheck. Also added unit test for it.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@874 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-19 21:21:43 +00:00
dsandersoremutah
433218bb22 Added backup and restore operations to C# bindings. Also added unit test for backup and restore.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@861 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-19 16:13:38 +00:00
dsandersoremutah
427e3734ef Changed how callbacks are done in C#
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@856 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-18 21:19:55 +00:00
dsandersoremutah
8222c9ddc9 Started adding csharp bindings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@852 0109f412-320b-0410-ab79-c3e0c5ffbbe6
2006-09-15 22:26:58 +00:00