source:
code/branches/testing/test/util/output/OutputDefinitionsTest.cc
@
9534
Last change on this file since 9534 was 9533, checked in by landauf, 12 years ago | |
---|---|
File size: 175 bytes |
Rev | Line | |
---|---|---|
[9529] | 1 | #include <gtest/gtest.h> |
2 | #include "util/Output.h" | |
3 | ||
4 | namespace orxonox | |
5 | { | |
[9533] | 6 | TEST(OutputDefinitionsTest, Levels) |
[9529] | 7 | { |
8 | EXPECT_EQ(0x0000, level::none); | |
9 | } | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.