Update regression TestInventoryDescendentsFetch() to account for recent commit 1fa3a6f

This was hidden in continuous integration because of another regression test issue.
0.8.0.3
Justin Clark-Casey (justincc) 2014-05-27 18:11:01 +01:00
parent 987c56984d
commit d131c57978
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ namespace OpenSim.Region.ClientStack.Linden.Caps.Tests
// A sanity check that the response has the expected number of descendents for a default inventory
// TODO: Need a more thorough check.
Assert.That((int)folderOsd["descendents"], Is.EqualTo(14));
Assert.That((int)folderOsd["descendents"], Is.EqualTo(16));
}
}
}