示例#1
0
        public void TestUtcUpdated()
        {
            DateTime current = DateTime.UtcNow;

            m_Info.ResetUtcUpdated();
            Assert.AreEqual(current, m_Info.UtcUpdated);
            m_Info.UtcUpdated = current;
            Assert.AreEqual(current, m_Info.UtcUpdated);
        }