Unsuccessful attempts to get the BArchivable tests building.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@186 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
285a7bf086
commit
13076722ef
@ -105,11 +105,11 @@ Test* TBArchivableTestCase::Suite()
|
||||
{
|
||||
TestSuite* SuiteOfTests = new TestSuite;
|
||||
ADD_TEST(SuiteOfTests, TBArchivableTestCase, TestPerform);
|
||||
#if !defined(SYSTEM_TEST)
|
||||
#if !defined(TEST_R5)
|
||||
ADD_TEST(SuiteOfTests, TBArchivableTestCase, InvalidArchiveShallow);
|
||||
#endif
|
||||
ADD_TEST(SuiteOfTests, TBArchivableTestCase, ValidArchiveShallow);
|
||||
#if !defined(SYSTEM_TEST)
|
||||
#if !defined(TEST_R5)
|
||||
ADD_TEST(SuiteOfTests, TBArchivableTestCase, InvalidArchiveDeep);
|
||||
#endif
|
||||
ADD_TEST(SuiteOfTests, TBArchivableTestCase, ValidArchiveDeep);
|
||||
|
@ -9,10 +9,10 @@
|
||||
// Standard Includes -----------------------------------------------------------
|
||||
|
||||
// System Includes -------------------------------------------------------------
|
||||
#ifdef SYSTEM_TEST
|
||||
#ifdef TEST_R5
|
||||
#include <be/support/Archivable.h>
|
||||
#else
|
||||
#include "../../../../source/lib/support/headers/Archivable.h"
|
||||
#include "Archivable.h"
|
||||
#endif
|
||||
|
||||
// Project Includes ------------------------------------------------------------
|
||||
|
@ -134,11 +134,11 @@ void TValidateInstantiationTest::AllValid()
|
||||
Test* TValidateInstantiationTest::Suite()
|
||||
{
|
||||
TestSuite* SuiteOfTests = new TestSuite;
|
||||
#if !defined(SYSTEM_TEST)
|
||||
#if !defined(TEST_R5)
|
||||
ADD_TEST(SuiteOfTests, TValidateInstantiationTest, AllParamsInvalid);
|
||||
#endif
|
||||
ADD_TEST(SuiteOfTests, TValidateInstantiationTest, ClassNameParamInvalid);
|
||||
#if !defined(SYSTEM_TEST)
|
||||
#if !defined(TEST_R5)
|
||||
ADD_TEST(SuiteOfTests, TValidateInstantiationTest, ArchiveParamInvalid);
|
||||
#endif
|
||||
ADD_TEST(SuiteOfTests, TValidateInstantiationTest, ClassFieldEmpty);
|
||||
|
@ -9,10 +9,10 @@
|
||||
// Standard Includes -----------------------------------------------------------
|
||||
|
||||
// System Includes -------------------------------------------------------------
|
||||
#ifdef SYSTEM_TEST
|
||||
#ifdef TEST_R5
|
||||
#include <be/support/Archivable.h>
|
||||
#else
|
||||
#include "../../../../../source/lib/support/headers/Archivable.h"
|
||||
#include "Archivable.h"
|
||||
#endif
|
||||
|
||||
// Project Includes ------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: BenaphoreLockCountTest1.cpp,v 1.1 2002/07/09 12:24:58 ejakowatz Exp $
|
||||
$Id: BenaphoreLockCountTest1.cpp,v 1.2 2002/07/13 22:45:21 bonefish Exp $
|
||||
|
||||
This file implements a test class for testing BLocker functionality.
|
||||
It tests use cases "Count Lock Requests" for a benaphore style BLocker.
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
|
||||
#include "BenaphoreLockCountTest1.h"
|
||||
#include "TestSuite.h"
|
||||
#include "cppunit/TestSuite.h"
|
||||
#include "ThreadedTestCaller.h"
|
||||
#include <be/support/Locker.h>
|
||||
#include "Locker.h"
|
||||
|
Loading…
Reference in New Issue
Block a user