tests: respect naming conventions and improve nesting of some test suites
Change-Id: I65af858bc6d10197c6ee11111fa9f7c1faa617ef
Refs: #2497
diff --git a/tests/rib/rib.t.cpp b/tests/rib/rib.t.cpp
index 91445c4..eed09f9 100644
--- a/tests/rib/rib.t.cpp
+++ b/tests/rib/rib.t.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
- * Copyright (c) 2014-2015, Regents of the University of California,
+ * Copyright (c) 2014-2016, Regents of the University of California,
* Arizona Board of Regents,
* Colorado State University,
* University Pierre & Marie Curie, Sorbonne University,
@@ -24,10 +24,11 @@
*/
#include "rib/rib.hpp"
-#include <ndn-cxx/encoding/tlv-nfd.hpp>
#include "tests/test-common.hpp"
+#include <ndn-cxx/encoding/tlv-nfd.hpp>
+
namespace nfd {
namespace rib {
namespace tests {
@@ -294,7 +295,7 @@
BOOST_CHECK_EQUAL(rib.size(), 1);
}
-BOOST_AUTO_TEST_SUITE_END()
+BOOST_AUTO_TEST_SUITE_END() // TestRib
} // namespace tests
} // namespace rib