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

Unified Diff: core/cross/object_base_test.cc

Issue 149300: These files were meant to be checked in with ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 5 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 | « core/cross/buffer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/cross/object_base_test.cc
===================================================================
--- core/cross/object_base_test.cc (revision 20010)
+++ core/cross/object_base_test.cc (working copy)
@@ -70,4 +70,14 @@
TEST_F(ObjectBaseTest, ObjectIdOfObjectIsReturned) {
ASSERT_EQ(pack_->id(), GetObjectId(pack_));
}
+
+TEST_F(ObjectBaseTest, ObjectClassName) {
+ ASSERT_EQ(0,
+ strcmp(ObjectBase::GetApparentClass()->name(),
+ "o3d.ObjectBase"));
+ ASSERT_EQ(0,
+ strcmp(ObjectBase::GetApparentClass()->unqualified_name(),
+ "ObjectBase"));
+}
+
} // namespace o3d
« no previous file with comments | « core/cross/buffer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698