summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-08 02:38:52 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-08 02:38:52 +0100
commit2f723cc1dd09f35cfd6c43ca0e5193fea2de34f8 (patch)
tree5ee67f04ecf25a12740d07423069ef067ee169b3
parent63e1b64fc330a1682aefd05307962381e512f858 (diff)
updated ManagedTest unit test name to convention
-rw-r--r--test/core/ManagedTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/ManagedTest.cpp b/test/core/ManagedTest.cpp
index a4011f1..ab60f04 100644
--- a/test/core/ManagedTest.cpp
+++ b/test/core/ManagedTest.cpp
@@ -30,7 +30,7 @@ namespace ousia {
/* Class ObjectDescriptor */
-TEST(ObjectDescriptor, Degree)
+TEST(ObjectDescriptor, degree)
{
// Do not use actual Managed in this test -- we don't want to test their
// behaviour