mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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:
parent
690f2d09ff
commit
28fd2c3c85
@ -8,7 +8,7 @@
|
||||
|
||||
#include <SupportDefs.h>
|
||||
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
|
||||
class BasicTest : public StorageKit::TestCase
|
||||
{
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include <Path.h>
|
||||
#include <SymLink.h>
|
||||
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
#include "DirectoryTest.h"
|
||||
|
||||
// Suite
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include "StatableTest.h"
|
||||
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
class BEntry;
|
||||
|
@ -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
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <Path.h>
|
||||
#include <Volume.h>
|
||||
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
|
||||
|
||||
const directory_which directories[] = {
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <String.h>
|
||||
|
||||
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
#include "TestApp.h"
|
||||
#include "TestUtils.h"
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <Entry.h>
|
||||
#include <Path.h>
|
||||
#include <TypeConstants.h>
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
|
||||
// Suite
|
||||
CppUnit::Test*
|
||||
|
@ -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"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <String.h>
|
||||
#include <TypeConstants.h>
|
||||
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
|
||||
|
||||
static const char *testDir = "/tmp/testDir";
|
||||
|
@ -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";
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <Path.h>
|
||||
#include <SymLink.h>
|
||||
|
||||
#include "Test.StorageKit.h"
|
||||
#include "StorageKitTester.h"
|
||||
#include "SymLinkTest.h"
|
||||
|
||||
// Suite
|
||||
|
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user