Example #1
0
		public void CreateApp()
		{
			EntryCollection entries = new EntryCollection();
			DayEntryCollection days = new DayEntryCollection();

			entries = blogService.GetEntriesForDay(DateTime.MaxValue.AddDays(-2), TimeZone.CurrentTimeZone, String.Empty, int.MaxValue, int.MaxValue, String.Empty);

			Assert.IsNotNull(entries);
		}
Example #2
0
        public void CreateApp()
        {
            EntryCollection    entries = new EntryCollection();
            DayEntryCollection days    = new DayEntryCollection();

            entries = blogService.GetEntriesForDay(DateTime.MaxValue.AddDays(-2), TimeZone.CurrentTimeZone, String.Empty, int.MaxValue, int.MaxValue, String.Empty);

            Assert.IsNotNull(entries);
        }