Mercurial > fife-parpg
changeset 40:dbe85ccc8021
Fixed typo.
author | aldart@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sat, 12 Jul 2008 12:43:15 +0000 |
parents | 4e68022ed545 |
children | b661ba234c3b |
files | tests/core_tests/test_vfs++.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/core_tests/test_vfs++.cpp Sat Jul 12 12:35:31 2008 +0000 +++ b/tests/core_tests/test_vfs++.cpp Sat Jul 12 12:43:15 2008 +0000 @@ -44,7 +44,7 @@ static const std::string FIFE_TEST_DIR = "fifetestdir"; using namespace FIFE; -TEST(test_is_dictionary) +TEST(test_is_directory) { boost::shared_ptr<VFS> vfs(new VFS()); vfs->addSource(new VFSDirectory(vfs.get()));