Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: mojo/public/tests/system/core_unittest.cc

Issue 134823005: Mojo: re-organize public tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/tests/system/core_perftest.cc ('k') | mojo/public/tests/system_core_cpp_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tests/system/core_unittest.cc
diff --git a/mojo/public/tests/system_core_unittest.cc b/mojo/public/tests/system/core_unittest.cc
similarity index 98%
rename from mojo/public/tests/system_core_unittest.cc
rename to mojo/public/tests/system/core_unittest.cc
index 5d751b2de7918f9a28c4009ce54dbdb204a0464d..01f677bfb453ecf202cc95ff95bcd77886dc3c9f 100644
--- a/mojo/public/tests/system_core_unittest.cc
+++ b/mojo/public/tests/system/core_unittest.cc
@@ -13,13 +13,13 @@
namespace mojo {
namespace {
-TEST(SystemTest, GetTimeTicksNow) {
+TEST(CoreTest, GetTimeTicksNow) {
const MojoTimeTicks start = MojoGetTimeTicksNow();
EXPECT_NE(static_cast<MojoTimeTicks>(0), start)
<< "MojoGetTimeTicksNow should return nonzero value";
}
-TEST(SystemTest, Basic) {
+TEST(CoreTest, Basic) {
MojoHandle h_0;
MojoWaitFlags wf;
char buffer[10] = { 0 };
« no previous file with comments | « mojo/public/tests/system/core_perftest.cc ('k') | mojo/public/tests/system_core_cpp_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698