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
+1 -1
View File
@@ -8,7 +8,7 @@
#include <SupportDefs.h> #include <SupportDefs.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
class BasicTest : public StorageKit::TestCase class BasicTest : public StorageKit::TestCase
{ {
+1 -1
View File
@@ -11,7 +11,7 @@
#include <Path.h> #include <Path.h>
#include <SymLink.h> #include <SymLink.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
#include "DirectoryTest.h" #include "DirectoryTest.h"
// Suite // Suite
+1 -1
View File
@@ -5,7 +5,7 @@
#include "StatableTest.h" #include "StatableTest.h"
#include "Test.StorageKit.h" #include "StorageKitTester.h"
#include "TestUtils.h" #include "TestUtils.h"
class BEntry; class BEntry;
+1 -1
View File
@@ -8,7 +8,7 @@
#include <cppunit/TestCaller.h> #include <cppunit/TestCaller.h>
#include <cppunit/TestSuite.h> #include <cppunit/TestSuite.h>
#include "Test.StorageKit.h" // For "shell" global variable #include "StorageKitTester.h" // For "shell" global variable
#include "FileTest.h" #include "FileTest.h"
// Suite // Suite
+1 -1
View File
@@ -13,7 +13,7 @@
#include <Path.h> #include <Path.h>
#include <Volume.h> #include <Volume.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
const directory_which directories[] = { const directory_which directories[] = {
+1 -1
View File
@@ -24,7 +24,7 @@
#include <String.h> #include <String.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
#include "TestApp.h" #include "TestApp.h"
#include "TestUtils.h" #include "TestUtils.h"
+1 -1
View File
@@ -10,7 +10,7 @@
#include <Entry.h> #include <Entry.h>
#include <Path.h> #include <Path.h>
#include <TypeConstants.h> #include <TypeConstants.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
// Suite // Suite
CppUnit::Test* CppUnit::Test*
+1 -1
View File
@@ -18,7 +18,7 @@
#include <Query.h> #include <Query.h>
#include <String.h> #include <String.h>
#include <Volume.h> #include <Volume.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
#include "TestApp.h" #include "TestApp.h"
#include "TestUtils.h" #include "TestUtils.h"
@@ -18,7 +18,7 @@
#include <String.h> #include <String.h>
#include <TypeConstants.h> #include <TypeConstants.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
static const char *testDir = "/tmp/testDir"; static const char *testDir = "/tmp/testDir";
+1 -1
View File
@@ -15,7 +15,7 @@
#include <String.h> #include <String.h>
#include <TypeConstants.h> #include <TypeConstants.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
static const char *testDir = "/tmp/testDir"; static const char *testDir = "/tmp/testDir";
static const char *x86ResFile = "/tmp/testDir/x86.rsrc"; static const char *x86ResFile = "/tmp/testDir/x86.rsrc";
+1 -1
View File
@@ -8,7 +8,7 @@
#include <Path.h> #include <Path.h>
#include <SymLink.h> #include <SymLink.h>
#include "Test.StorageKit.h" #include "StorageKitTester.h"
#include "SymLinkTest.h" #include "SymLinkTest.h"
// Suite // Suite
+1 -1
View File
@@ -1,7 +1,7 @@
// TestUtils.cpp // TestUtils.cpp
#include "TestUtils.h" #include "TestUtils.h"
#include "Test.StorageKit.h" #include "StorageKitTester.h"
status_t DecodeResult(status_t result) { status_t DecodeResult(status_t result) {
if (!shell.BeVerbose()) if (!shell.BeVerbose())