mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Update regression TestInventoryDescendentsFetch() to account for recent commit 1fa3a6f
This was hidden in continuous integration because of another regression test issue.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user