mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
missed another broken test
This commit is contained in:
@@ -235,7 +235,7 @@ namespace OpenSim.Data.Tests
|
||||
foreach (string store in stores)
|
||||
{
|
||||
string s = "'" + store + "'";
|
||||
if (lst == "")
|
||||
if (lst.Length == 0)
|
||||
lst = s;
|
||||
else
|
||||
lst += ", " + s;
|
||||
|
||||
Reference in New Issue
Block a user