Exemplo n.º 1
0
        // Test the first client call (with no groups) when the server is virgin
        public void TestFirstClientInitServerVirgin()
        {
            actualRevisions = business.UpdateServerHistory(new Job
            {
                Username       = "******",
                Revisions      = new List <Revision>(),
                GroupSummaries = new List <GroupSummary>()
            });

            CollectionAssert.AreEqual(new List <Revision>(), actualRevisions);
        }