Refactoring of GridViewDataSet #2691
Annotations
3 errors and 1 warning
src/Tests/Runtime/ConfigurationSerializationTests.cs#L69
Test method DotVVM.Framework.Tests.Runtime.ConfigurationSerializationTests.SerializeDefaultConfig threw exception:
System.Exception: ConfigurationSerializationTests.SerializeDefaultConfig.json has changed, the actual output differs from the previous accepted output:
diff --git a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
index 31d5da1..042ab80 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
@@ -526,6 +526,10 @@
"mappingMode": "InnerElement",
"onlyHardcoded": true
},
+ "LoadData": {
+ "type": "DotVVM.Framework.Binding.Expressions.ICommandBinding, DotVVM.Framework",
+ "onlyBindings": true
+ },
"NextPageTemplate": {
"type": "DotVVM.Framework.Controls.ITemplate, DotVVM.Framework",
"mappingMode": "InnerElement",
@@ -1641,23 +1645,6 @@
"isActive": true,
"isAttached": true
}
- },
- "DotvvmMarkupControl-33jwRoNrnlbAOVpOnCErXw==": {
- "ShowDescription": {
- "type": "System.Boolean",
- "defaultValue": false
- }
- },
- "DotvvmMarkupControl-koCHqjx2oIk1rVwG1PzLJQ==": {
- "Click": {
- "type": "DotVVM.Framework.Binding.Expressions.Command, DotVVM.Framework",
- "isCommand": true
- }
- },
- "DotvvmMarkupControl-YYPITyOzVEL518wclEMJZw==": {
- "SomeProperty": {
- "type": "System.String"
- }
}
},
"capabilities": {
If 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/ControlTests/DataPagerTests.cs#L51
Assert.AreEqual failed. Expected:<1>. Actual:<0>.
|
|
|
The logs for this run have expired and are no longer available.
Loading