Trivial change just to trigger jenkins to build again

fsassets
Diva Canto 2015-05-11 09:05:09 -07:00
parent 3df472f10d
commit c20a5dd75a
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ namespace Robust.Tests
coll = m_Connector.GetFolderContent(m_userID, folder.ID);
Assert.IsNotNull(coll, "Failed to retrieve contents of Test Folder");
Assert.AreEqual(coll.Items.Count + coll.Folders.Count, 2, "Test Folder is expected to have exactly 2 things inside");
}
}
}