aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Robust
diff options
context:
space:
mode:
authorDiva Canto2015-06-04 09:30:41 -0700
committerDiva Canto2015-06-04 09:30:41 -0700
commitf63e7ec46f9a09d758791a4ed265d3384d6a14c5 (patch)
tree2bddce754c538bd513c7ee0139d245e5f6237179 /OpenSim/Tests/Robust
parentFixed order of projects, so that the solution builds in mono. (diff)
downloadopensim-SC_OLD-f63e7ec46f9a09d758791a4ed265d3384d6a14c5.zip
opensim-SC_OLD-f63e7ec46f9a09d758791a4ed265d3384d6a14c5.tar.gz
opensim-SC_OLD-f63e7ec46f9a09d758791a4ed265d3384d6a14c5.tar.bz2
opensim-SC_OLD-f63e7ec46f9a09d758791a4ed265d3384d6a14c5.tar.xz
Trivial: fix copy-paste typo in string
Diffstat (limited to 'OpenSim/Tests/Robust')
-rw-r--r--OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs b/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs
index c388ec1..2fb0751 100644
--- a/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs
+++ b/OpenSim/Tests/Robust/Clients/Inventory/InventoryClient.cs
@@ -190,7 +190,7 @@ namespace Robust.Tests
190 uuids[0] = new UUID("aa000000-0000-0000-0000-0000000000aa"); 190 uuids[0] = new UUID("aa000000-0000-0000-0000-0000000000aa");
191 items = m_Connector.GetMultipleItems(m_userID, uuids); 191 items = m_Connector.GetMultipleItems(m_userID, uuids);
192 Assert.Null(items[0], "Request to multiple non-existent items is supposed to return null [0]"); 192 Assert.Null(items[0], "Request to multiple non-existent items is supposed to return null [0]");
193 Assert.Null(items[1], "Request to multiple non-existent items is supposed to return null [0]"); 193 Assert.Null(items[1], "Request to multiple non-existent items is supposed to return null [1]");
194 194
195 // This item exists, and it's not cached 195 // This item exists, and it's not cached
196 uuids[1] = new UUID("b0000000-0000-0000-0000-00000000000b"); 196 uuids[1] = new UUID("b0000000-0000-0000-0000-00000000000b");