diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-08 02:38:52 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-08 02:38:52 +0100 |
commit | 2f723cc1dd09f35cfd6c43ca0e5193fea2de34f8 (patch) | |
tree | 5ee67f04ecf25a12740d07423069ef067ee169b3 /test/core/ManagedTest.cpp | |
parent | 63e1b64fc330a1682aefd05307962381e512f858 (diff) |
updated ManagedTest unit test name to convention
Diffstat (limited to 'test/core/ManagedTest.cpp')
-rw-r--r-- | test/core/ManagedTest.cpp | 2 |
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 |