# File test/test_About.rb, line 80
    def test_restart_time
      t = @About.restart_time
      assert_equal(1, @restart_time_call)
      assert_equal(2004, t.year)
      assert_equal(10, t.month)
      assert_equal(14, t.day)
      assert_equal(0, t.hour)
      assert_equal(10, t.min)
      assert_equal(54, t.sec)
    end