Timer control added #3284
Annotations
2 errors
Tests (net8.0):
src/Tests/Runtime/ConfigurationSerializationTests.cs#L71
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 3127802..381d929 100644
--- a/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
+++ b/src/Tests/Runtime/config-tests/ConfigurationSerializationTests.SerializeDefaultConfig.json
@@ -1629,6 +1629,22 @@
"onlyHardcoded": true
}
},
+ "DotVVM.Framework.Controls.Timer": {
+ "Command": {
+ "type": "DotVVM.Framework.Binding.Expressions.ICommandBinding, DotVVM.Framework",
+ "required": true,
+ "onlyBindings": true
+ },
+ "Enabled": {
+ "type": "System.Boolean",
+ "defaultValue": true
+ },
+ "Interval": {
+ "type": "System.Int32",
+ "defaultValue": 30000,
+ "onlyHardcoded": true
+ }
+ },
"DotVVM.Framework.Controls.UITests": {
"GenerateStub": {
"type": "System.Boolean",
@@ -2327,6 +2343,9 @@
"baseType": "DotVVM.Framework.Controls.HtmlGenericControl, DotVVM.Framework",
"withoutContent": true
},
+ "DotVVM.Framework.Controls.Timer": {
+ "baseType": "DotVVM.Framework.Controls.DotvvmControl, DotVVM.Framework"
+ },
"DotVVM.Framework.Controls.UpdateProgress": {
"baseType": "DotVVM.Framework.Controls.HtmlGenericControl, DotVVM.Framework"
},
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.
|
Loading