aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/savegame.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-06-26 12:30:57 +0000
committerNeeraj Kumar2010-06-26 12:30:57 +0000
commitba36675351e40b801458cf5563abf5d419922e15 (patch)
tree1a169dd167634091d82a1bd2bd049fb7fbd80378 /engines/testbed/savegame.h
parent82bfb7b7bfce5fed14b8d0d1463a01f8cc8156fd (diff)
downloadscummvm-rg350-ba36675351e40b801458cf5563abf5d419922e15.tar.gz
scummvm-rg350-ba36675351e40b801458cf5563abf5d419922e15.tar.bz2
scummvm-rg350-ba36675351e40b801458cf5563abf5d419922e15.zip
completed the savefile tests
svn-id: r50319
Diffstat (limited to 'engines/testbed/savegame.h')
-rw-r--r--engines/testbed/savegame.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/testbed/savegame.h b/engines/testbed/savegame.h
index 337bd46786..e56309ae67 100644
--- a/engines/testbed/savegame.h
+++ b/engines/testbed/savegame.h
@@ -8,9 +8,14 @@ namespace Testbed {
namespace SaveGametests {
// Helper functions for SaveGame tests
-
+bool writeDataToFile(const char *fileName, const char *msg);
+bool readAndVerifyData(const char *fileName, const char *expected);
// will contain function declarations for SaveGame tests
bool testSaveLoadState();
+bool testRemovingSavefile();
+bool testRenamingSavefile();
+bool testListingSavefile();
+bool testErrorMessages();
// add more here
}