The included Test.StorageKit.h has been renamed to StorageKitTester.h.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@32 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-10 02:06:51 +00:00
parent 690f2d09ff
commit 28fd2c3c85
12 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@
#include <SupportDefs.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
class BasicTest : public StorageKit::TestCase
{

View File

@ -11,7 +11,7 @@
#include <Path.h>
#include <SymLink.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
#include "DirectoryTest.h"
// Suite

View File

@ -5,7 +5,7 @@
#include "StatableTest.h"
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
#include "TestUtils.h"
class BEntry;

View File

@ -8,7 +8,7 @@
#include <cppunit/TestCaller.h>
#include <cppunit/TestSuite.h>
#include "Test.StorageKit.h" // For "shell" global variable
#include "StorageKitTester.h" // For "shell" global variable
#include "FileTest.h"
// Suite

View File

@ -13,7 +13,7 @@
#include <Path.h>
#include <Volume.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
const directory_which directories[] = {

View File

@ -24,7 +24,7 @@
#include <String.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
#include "TestApp.h"
#include "TestUtils.h"

View File

@ -10,7 +10,7 @@
#include <Entry.h>
#include <Path.h>
#include <TypeConstants.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
// Suite
CppUnit::Test*

View File

@ -18,7 +18,7 @@
#include <Query.h>
#include <String.h>
#include <Volume.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
#include "TestApp.h"
#include "TestUtils.h"

View File

@ -18,7 +18,7 @@
#include <String.h>
#include <TypeConstants.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
static const char *testDir = "/tmp/testDir";

View File

@ -15,7 +15,7 @@
#include <String.h>
#include <TypeConstants.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
static const char *testDir = "/tmp/testDir";
static const char *x86ResFile = "/tmp/testDir/x86.rsrc";

View File

@ -8,7 +8,7 @@
#include <Path.h>
#include <SymLink.h>
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
#include "SymLinkTest.h"
// Suite

View File

@ -1,7 +1,7 @@
// TestUtils.cpp
#include "TestUtils.h"
#include "Test.StorageKit.h"
#include "StorageKitTester.h"
status_t DecodeResult(status_t result) {
if (!shell.BeVerbose())