comparison tests/core_tests/test_vfs++.cpp @ 40:dbe85ccc8021

Fixed typo.
author aldart@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 12 Jul 2008 12:43:15 +0000
parents 4a0efb7baf70
children 4c8334b0ab30
comparison
equal deleted inserted replaced
39:4e68022ed545 40:dbe85ccc8021
42 #include "vfs/directoryprovider.h" 42 #include "vfs/directoryprovider.h"
43 43
44 static const std::string FIFE_TEST_DIR = "fifetestdir"; 44 static const std::string FIFE_TEST_DIR = "fifetestdir";
45 using namespace FIFE; 45 using namespace FIFE;
46 46
47 TEST(test_is_dictionary) 47 TEST(test_is_directory)
48 { 48 {
49 boost::shared_ptr<VFS> vfs(new VFS()); 49 boost::shared_ptr<VFS> vfs(new VFS());
50 vfs->addSource(new VFSDirectory(vfs.get())); 50 vfs->addSource(new VFSDirectory(vfs.get()));
51 51
52 if(boost::filesystem::exists(FIFE_TEST_DIR+"/"+FIFE_TEST_DIR)) { 52 if(boost::filesystem::exists(FIFE_TEST_DIR+"/"+FIFE_TEST_DIR)) {