Skip to content

Commit

Permalink
Fixing ScrollViewer name to turn on its tests in Helix. (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBrid authored Jan 25, 2019
1 parent 1fb49d0 commit 6b5795c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/Helix/RunTestsInHelix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<Timeout>00:20:00</Timeout>
<Command>call %HELIX_CORRELATION_PAYLOAD%\runtests.cmd /name:Windows.UI.Xaml.Tests.MUXControls.InteractionTests.ScrollBar2TestsWithInputHelper.*</Command>
</HelixWorkItem>
<HelixWorkItem Include="InteractionTests.ScrollerViewTestsWithInputHelper">
<HelixWorkItem Include="InteractionTests.ScrollViewerTestsWithInputHelper">
<Timeout>00:20:00</Timeout>
<Command>call %HELIX_CORRELATION_PAYLOAD%\runtests.cmd /name:Windows.UI.Xaml.Tests.MUXControls.InteractionTests.ScrollerViewTestsWithInputHelper.*</Command>
<Command>call %HELIX_CORRELATION_PAYLOAD%\runtests.cmd /name:Windows.UI.Xaml.Tests.MUXControls.InteractionTests.ScrollViewerTestsWithInputHelper.*</Command>
</HelixWorkItem>
<HelixWorkItem Include="InteractionTests.PersonPictureTests">
<Timeout>00:20:00</Timeout>
Expand Down Expand Up @@ -167,9 +167,9 @@
<Timeout>00:20:00</Timeout>
<Command>call %HELIX_CORRELATION_PAYLOAD%\runtests.cmd /name:Windows.UI.Xaml.Tests.MUXControls.ApiTests.ScrollerTests.*</Command>
</HelixWorkItem>
<HelixWorkItem Include="ApiTests.ScrollerViewTests">
<HelixWorkItem Include="ApiTests.ScrollViewerTests">
<Timeout>00:20:00</Timeout>
<Command>call %HELIX_CORRELATION_PAYLOAD%\runtests.cmd /name:Windows.UI.Xaml.Tests.MUXControls.ApiTests.ScrollerViewTests.*</Command>
<Command>call %HELIX_CORRELATION_PAYLOAD%\runtests.cmd /name:Windows.UI.Xaml.Tests.MUXControls.ApiTests.ScrollViewerTests.*</Command>
</HelixWorkItem>
<HelixWorkItem Include="ApiTests.SplitButtonTests">
<Timeout>00:20:00</Timeout>
Expand Down

0 comments on commit 6b5795c

Please sign in to comment.