From aabf9e6b16f8a8cf9767387c674394e8e2727506 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 2 Jul 2003 16:25:47 +0000 Subject: [PATCH] Oops, seems that I forgot to commit the header for VectorMapTest. It utilizes the OrderedMapTest class and doesn't do any testing by itself anymore. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3809 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kernel/core/util/VectorMapTest.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/tests/kernel/core/util/VectorMapTest.h b/src/tests/kernel/core/util/VectorMapTest.h index 701405665e..cf9b6a81cf 100644 --- a/src/tests/kernel/core/util/VectorMapTest.h +++ b/src/tests/kernel/core/util/VectorMapTest.h @@ -8,22 +8,6 @@ public: VectorMapTest(std::string name = ""); static CppUnit::Test* Suite(); - - void ConstructorTest(); - void InsertTest(); - void PutTest(); - void GetTest(); - void RemoveTest(); - void EraseTest(); - void MakeEmptyTest(); - void IndexAccessTest(); - void FindTest(); - void FindCloseTest(); - void IteratorTest(); - -private: - template - void TestList(List &list, typename List::ValueType *values, int valueCount); }; #endif // _vector_map_test_h_