diff options
author | Diva Canto | 2015-05-11 09:05:09 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-11 09:05:09 -0700 |
commit | c20a5dd75a31c99939046d5fb59769d8fff43531 (patch) | |
tree | b2b48925c0cf7b9c26a19708431f004ada3412ec /OpenSim/Tests | |
parent | Added inventory tests to Robust.Tests. (diff) | |
download | opensim-SC_OLD-c20a5dd75a31c99939046d5fb59769d8fff43531.zip opensim-SC_OLD-c20a5dd75a31c99939046d5fb59769d8fff43531.tar.gz opensim-SC_OLD-c20a5dd75a31c99939046d5fb59769d8fff43531.tar.bz2 opensim-SC_OLD-c20a5dd75a31c99939046d5fb59769d8fff43531.tar.xz |
Trivial change just to trigger jenkins to build again
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs b/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs index 78a7dc8..9d3f400 100644 --- a/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs +++ b/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs | |||
@@ -147,6 +147,7 @@ namespace Robust.Tests | |||
147 | coll = m_Connector.GetFolderContent(m_userID, folder.ID); | 147 | coll = m_Connector.GetFolderContent(m_userID, folder.ID); |
148 | Assert.IsNotNull(coll, "Failed to retrieve contents of Test Folder"); | 148 | Assert.IsNotNull(coll, "Failed to retrieve contents of Test Folder"); |
149 | Assert.AreEqual(coll.Items.Count + coll.Folders.Count, 2, "Test Folder is expected to have exactly 2 things inside"); | 149 | Assert.AreEqual(coll.Items.Count + coll.Folders.Count, 2, "Test Folder is expected to have exactly 2 things inside"); |
150 | |||
150 | } | 151 | } |
151 | } | 152 | } |
152 | } | 153 | } |