Refactoring of GridViewDataSet #2929
Annotations
2 errors and 6 warnings
Tests (net8.0):
src/Tests/ControlTests/DataPagerTests.cs#L43
Test method DotVVM.Framework.Tests.ControlTests.DataPagerTests.CommandDataPager threw exception:
System.Exception: DataPagerTests.CommandDataPager.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
index 0b6f4a1..5eecb7c 100644
--- a/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
+++ b/src/Tests/ControlTests/testoutputs/DataPagerTests.CommandDataPager.html
@@ -3,15 +3,15 @@
<body>
<ul data-bind="visible: Customers()?.PagingOptions()?.PagesCount() > 1">
<li class="disabled" data-bind="css: { disabled: Customers()?.PagingOptions()?.IsFirstPage }">
- <a href="javascript:;" onclick="dotvvm.postBack(this,[],"XV5Ciz2t6C9bIsEQ","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">««</a>
+ <a href="javascript:;" onclick="dotvvm.postBack(this,[],"DoJuw+U2GnEX6cgq","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">««</a>
</li>
<li class="disabled" data-bind="css: { disabled: Customers()?.PagingOptions()?.IsFirstPage }">
- <a href="javascript:;" onclick="dotvvm.postBack(this,[],"PxPMW1CzRuBPCnTL","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">«</a>
+ <a href="javascript:;" onclick="dotvvm.postBack(this,[],"qOceC0WGaLsRUo1J","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">«</a>
</li>
<!-- ko foreach: { data: Customers()?.PagingOptions()?.NearPageIndexes } -->
<li data-bind="css: { active: $data == $parent.Customers()?.PagingOptions()?.PageIndex() }">
<!-- ko if: $data != $parent.Customers()?.PagingOptions()?.PageIndex() -->
- <a data-bind="text: $data + 1" href="javascript:;" onclick="dotvvm.postBack(this,["Customers()?.PagingOptions()?.NearPageIndexes/[$index]"],"3DH6e+4ylYjhk3T4","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
+ <a data-bind="text: $data + 1" href="javascript:;" onclick="dotvvm.postBack(this,["Customers()?.PagingOptions()?.NearPageIndexes/[$index]"],"J4s1chtqLBUO+Bt2","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;"></a>
<!-- /ko -->
<!-- ko if: $data == $parent.Customers()?.PagingOptions()?.PageIndex() -->
<span data-bind="text: $data + 1"></span>
@@ -19,10 +19,10 @@
</li>
<!-- /ko -->
<li data-bind="css: { disabled: Customers()?.PagingOptions()?.IsLastPage }">
- <a href="javascript:;" onclick="dotvvm.postBack(this,[],"uY1Q3Oz/wIMX+SxN","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">»</a>
+ <a href="javascript:;" onclick="dotvvm.postBack(this,[],"0NudTuEkGqS9OHN5","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">»</a>
</li>
<li data-bind="css: { disabled: Customers()?.PagingOptions()?.IsLastPage }">
- <a href="javascript:;" onclick="dotvvm.postBack(this,[],"aFLXuxCfzdFlmtnD","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">»»</a>
+ <a href="javascript:;" onclick="dotvvm.postBack(this,[],"s8VWmg2UErrL1Vlt","",null,[],[],undefined).catch(dotvvm.log.logPostBackScriptError);event.stopPropagation();return false;">»»</a>
</li>
</ul>
</body>
Is this change OK? To let the test pass, stage the file in git. Confused? See https://github.com/exyi/CheckTestOutput/blob/master/trouble.md#changed-file
|
Tests (net8.0)
Process completed with exit code 1.
|
Set up
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Set up
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Set up
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Set up
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Set up
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading