summaryrefslogtreecommitdiff
path: root/src/unittests/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittests/utils')
-rw-r--r--src/unittests/utils/chatutils.cc2
-rw-r--r--src/unittests/utils/checkutils.cc2
-rw-r--r--src/unittests/utils/dumplibs.cc2
-rw-r--r--src/unittests/utils/itemxmlutils.cc2
-rw-r--r--src/unittests/utils/langs.cc2
-rw-r--r--src/unittests/utils/mathutils.cc2
-rw-r--r--src/unittests/utils/parameters.cc2
-rw-r--r--src/unittests/utils/stringutils.cc2
-rw-r--r--src/unittests/utils/timer.cc2
-rw-r--r--src/unittests/utils/translation/poparser.cc2
-rw-r--r--src/unittests/utils/xml.cc2
-rw-r--r--src/unittests/utils/xmlutils.cc4
12 files changed, 13 insertions, 13 deletions
diff --git a/src/unittests/utils/chatutils.cc b/src/unittests/utils/chatutils.cc
index 5e06baaca..fc58adea8 100644
--- a/src/unittests/utils/chatutils.cc
+++ b/src/unittests/utils/chatutils.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * Copyright (C) 2012-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/checkutils.cc b/src/unittests/utils/checkutils.cc
index cef9651f9..44f42ad87 100644
--- a/src/unittests/utils/checkutils.cc
+++ b/src/unittests/utils/checkutils.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2016-2019 The ManaPlus Developers
+ * Copyright (C) 2016-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/dumplibs.cc b/src/unittests/utils/dumplibs.cc
index dab6fa11e..3080d0763 100644
--- a/src/unittests/utils/dumplibs.cc
+++ b/src/unittests/utils/dumplibs.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2017-2019 The ManaPlus Developers
+ * Copyright (C) 2017-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/itemxmlutils.cc b/src/unittests/utils/itemxmlutils.cc
index 8572d3ca5..a95298a11 100644
--- a/src/unittests/utils/itemxmlutils.cc
+++ b/src/unittests/utils/itemxmlutils.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2019 The ManaPlus Developers
+ * Copyright (C) 2014-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/langs.cc b/src/unittests/utils/langs.cc
index f7f9c28d6..5fd6417d7 100644
--- a/src/unittests/utils/langs.cc
+++ b/src/unittests/utils/langs.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2019 The ManaPlus Developers
+ * Copyright (C) 2013-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/mathutils.cc b/src/unittests/utils/mathutils.cc
index 9adc125ef..d091f1cf4 100644
--- a/src/unittests/utils/mathutils.cc
+++ b/src/unittests/utils/mathutils.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2013-2019 The ManaPlus Developers
+ * Copyright (C) 2013-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/parameters.cc b/src/unittests/utils/parameters.cc
index 2a6171818..73996bbf8 100644
--- a/src/unittests/utils/parameters.cc
+++ b/src/unittests/utils/parameters.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * Copyright (C) 2012-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/stringutils.cc b/src/unittests/utils/stringutils.cc
index cf0fb9764..145866bfd 100644
--- a/src/unittests/utils/stringutils.cc
+++ b/src/unittests/utils/stringutils.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * Copyright (C) 2012-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/timer.cc b/src/unittests/utils/timer.cc
index ef789b398..ca691de16 100644
--- a/src/unittests/utils/timer.cc
+++ b/src/unittests/utils/timer.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2012-2019 The ManaPlus Developers
+ * Copyright (C) 2012-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/translation/poparser.cc b/src/unittests/utils/translation/poparser.cc
index bf5abaca4..f4148a7e8 100644
--- a/src/unittests/utils/translation/poparser.cc
+++ b/src/unittests/utils/translation/poparser.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2016-2019 The ManaPlus Developers
+ * Copyright (C) 2016-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/xml.cc b/src/unittests/utils/xml.cc
index fa4bfc789..631ed74cc 100644
--- a/src/unittests/utils/xml.cc
+++ b/src/unittests/utils/xml.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2019 The ManaPlus Developers
+ * Copyright (C) 2014-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
diff --git a/src/unittests/utils/xmlutils.cc b/src/unittests/utils/xmlutils.cc
index 482580af5..9268c5901 100644
--- a/src/unittests/utils/xmlutils.cc
+++ b/src/unittests/utils/xmlutils.cc
@@ -1,6 +1,6 @@
/*
* The ManaPlus Client
- * Copyright (C) 2014-2019 The ManaPlus Developers
+ * Copyright (C) 2014-2020 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
@@ -140,7 +140,7 @@ TEST_CASE("xmlutils readXmlStringMap 1", "")
std::map<std::string, std::string> arr;
- readXmlStringMap("graphics/sprites/manaplus_emotes.xml",
+ readXmlStringMap("graphics/sprites/manaverse_emotes.xml",
"emotes",
"emote",
"sprite",