Skip to content

Commit

Permalink
STJ migration: ignore DotvvmConfiguration deserialization tests
Browse files Browse the repository at this point in the history
Just to avoid balooning this monster PR.
This specific feature is also likely to be removed, depending on the answer from VS Extension guys.
  • Loading branch information
exyi committed Apr 25, 2024
1 parent 81350aa commit 1c70d4c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Tests/Routing/RouteSerializationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ namespace DotVVM.Framework.Tests.Routing
public class RouteSerializationTests
{
[TestMethod]
[Ignore("DotvvmConfiguration deserialization is not currently implemented")]
public void RouteTable_Deserialization()
{
DotvvmTestHelper.EnsureCompiledAssemblyCache();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace DotVVM.Framework.Tests.Runtime
public class DotvvmCompilationExceptionSerializationTests
{
[TestMethod]
[Ignore("DotvvmCompilationException deserialization is not currently implemented")]
public void DotvvmCompilationException_SerializationAndDeserialization_WorksCorrectly()
{
var compilationException =
Expand Down
2 changes: 2 additions & 0 deletions src/Tests/Runtime/ResourceManagerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void ResourceManager_DependentResources_Css()
/// Verifies that the default configuration populated with contents from the JSON file is merged correctly.
/// </summary>
[TestMethod]
[Ignore("DotvvmConfiguration deserialization is not currently implemented")]
public void ResourceManager_ConfigurationDeserialization()
{
//define
Expand Down Expand Up @@ -100,6 +101,7 @@ rs3.Location is EmbeddedResourceLocation rs3loc &&
}

[TestMethod]
[Ignore("DotvvmConfiguration deserialization is not currently implemented")]
public void ResourceManager_ConfigurationOldDeserialization()
{
var json = string.Format(@"
Expand Down
2 changes: 2 additions & 0 deletions src/Tests/ViewModel/JsonDiffTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public void JsonDiff_SimpleTest()
}

[TestMethod]
[Ignore("DotvvmConfiguration deserialization is not currently implemented")]
public void JsonDiff_Configuration_AddingResources()
{
var config = ApplyPatches(
Expand All @@ -50,6 +51,7 @@ public void JsonDiff_Configuration_AddingResources()
}

[TestMethod]
[Ignore("DotvvmConfiguration deserialization is not currently implemented")]
public void JsonDiff_Configuration_AddingRoute()
{
var config = ApplyPatches(
Expand Down

0 comments on commit 1c70d4c

Please sign in to comment.