Identify DotvvmProperty with systematic 32-bit IDs #3161
Annotations
4 errors and 2 warnings
src/Tests/ControlTests/GridViewTests.cs#L169
Test method DotVVM.Framework.Tests.ControlTests.GridViewTests.SortedChangedStaticCommand threw exception:
System.Exception: GridViewTests.SortedChangedStaticCommand.html has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html b/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html
index 92ac2cb..085fc3d 100644
--- a/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html
+++ b/src/Tests/ControlTests/testoutputs/GridViewTests.SortedChangedStaticCommand.html
@@ -6,7 +6,7 @@
<table data-bind="dotvvm-gridviewdataset: { dataSet: EmptyCustomers(), mapping: {} }">
<thead>
<tr>
- <th data-bind="css: { "sort-asc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedAscending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name"), "sort-desc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedDescending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name") }">
+ <th data-bind="css: { "sort-desc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedDescending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name"), "sort-asc": ((_sortExpression) => dotvvm.dataSet.translations.SortingOptions.isColumnSortedAscending(ko.toJS(EmptyCustomers()?.SortingOptions), ko.unwrap(_sortExpression)))("Name") }">
<a href="javascript:;" onclick="dotvvm.applyPostbackHandlers((options) => {
dotvvm.viewModules.call("p0", "resort", [["Name"][0]], false);
return null;
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
|
src/Tests/Binding/CustomExtensionMethodTests.cs#L61
Assert.AreEqual failed. Expected:<2>. Actual:<6>.
|
src/Tests/Binding/CustomExtensionMethodTests.cs#L87
Assert.AreEqual failed. Expected:<2>. Actual:<6>.
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "firefox-tests-Linux-Development-Default", "firefox-tests-Linux-Development-ExperimentalFeaturesTests", "framework-tests-net8.0-Debug-Linux", "framework-tests-net8.0-Debug-Windows", "framework-tests-net8.0-Release-Linux", "framework-tests-net8.0-Release-Windows".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading