Skip to content

Commit

Permalink
XForm: Added 'peek' basics test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Louvau committed Feb 10, 2018
1 parent 13d0b2f commit 4ab7ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XForm/XForm.Test/Query/XTableBasicTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void XTable_EndToEnd()
XTable_All("groupBy [ServerPort] with Count()", 2);
XTable_All("join [ServerName] WebServer [ServerName] Server.", 1000);
XTable_All("limit 10", 10);
XTable_All("peek [ClientBrowser]", 9);
XTable_All("remove [EventTime]", 1000);
XTable_All("rename [ServerPort] [PortNumber], [HttpStatus] [HttpResult]", 1000);
XTable_All("schema", 22, new string[] { "Name", "Type" });
Expand Down

0 comments on commit 4ab7ae7

Please sign in to comment.