aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorDiva Canto2015-05-11 09:05:09 -0700
committerDiva Canto2015-05-11 09:05:09 -0700
commitc20a5dd75a31c99939046d5fb59769d8fff43531 (patch)
treeb2b48925c0cf7b9c26a19708431f004ada3412ec /OpenSim/Tests
parentAdded inventory tests to Robust.Tests. (diff)
downloadopensim-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.cs1
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}