[libgames-support] tests: Rename tests
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgames-support] tests: Rename tests
- Date: Sun, 14 Feb 2016 01:43:59 +0000 (UTC)
commit e169c4ee9bb7d1a89aa7c644bbd74e927abc9964
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Sat Feb 13 19:35:32 2016 -0600
tests: Rename tests
tests/test-scores.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-scores.vala b/tests/test-scores.vala
index d99f155..89c5ec1 100644
--- a/tests/test-scores.vala
+++ b/tests/test-scores.vala
@@ -203,8 +203,8 @@ public int main (string args[])
{
Test.init (ref args);
var test_suite = TestSuite.get_root ();
- test_suite.add (new TestCase ("Scores Files Exist", () => {}, test_scores_files_exist, delete_scores));
- test_suite.add (new TestCase ("Save Score To File", () => {}, test_save_score_to_file, delete_scores));
+ test_suite.add (new TestCase ("Scores Files Created", () => {}, test_scores_files_exist, delete_scores));
+ test_suite.add (new TestCase ("Save Score to File", () => {}, test_save_score_to_file, delete_scores));
test_suite.add (new TestCase ("Import from Score Directory", () => {}, test_import_from_score_directory,
delete_scores));
return Test.run ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]