Skip to content

Commit

Permalink
Merge pull request DynamoDS#8552 from pboyer/deltest
Browse files Browse the repository at this point in the history
Delete null key assignment test
  • Loading branch information
pboyer authored Feb 9, 2018
2 parents d119409 + 2821e4f commit 309f03e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/Engine/ProtoTest/TD/MultiLangTests/CollectionAssignment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3204,19 +3204,6 @@ public void T51_DictionaryInline_2()
thisTest.Verify("r", new object[] { 4, -4 });
}

[Test, Category("Failure")]
public void T52_DictionaryKeynull()
{
// as per spec this is null as key is supported
String code =
@"
b=null;
a = {b : 4};
r = a [b];
";
thisTest.RunAndVerifyRuntimeWarning(code, ProtoCore.Runtime.WarningID.InvalidArguments);
}

[Test]
public void T53_DictionaryKeyUpdate()
{
Expand Down

0 comments on commit 309f03e

Please sign in to comment.