#W# Change: Trammel is now Underworld.
This commit is contained in:
parent
7cf3e68b37
commit
7a4daa801e
75 changed files with 1280 additions and 1280 deletions
|
|
@ -10,7 +10,7 @@ namespace Server.Tests.Maps
|
|||
{
|
||||
[Theory]
|
||||
[InlineData(MapSelectionFlags.Felucca, "Felucca")]
|
||||
[InlineData(MapSelectionFlags.Felucca | MapSelectionFlags.Trammel, "Felucca, Trammel")]
|
||||
[InlineData(MapSelectionFlags.Felucca | MapSelectionFlags.Underworld, "Felucca, Underworld")]
|
||||
public void TestCommaSeparatedList(MapSelectionFlags flags, string expected)
|
||||
{
|
||||
Assert.Equal(expected, flags.ToCommaDelimitedString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue