Skip to content

Commit c8239bc

Browse files
committed
update data files
1 parent 99ccd6a commit c8239bc

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

test/DocumentFormat.OpenXml.Framework.Tests/DocumentFormat.OpenXml.Framework.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Newtonsoft.Json" />
3130
<PackageReference Include="NSubstitute" />
3231
</ItemGroup>
3332

test/DocumentFormat.OpenXml.Framework.Tests/ElementChildren.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46902,17 +46902,12 @@
4690246902
"Type": "http://schemas.microsoft.com/office/spreadsheetml/2010/11/main*CT_WorkbookPr"
4690346903
},
4690446904
{
46905-
<<<<<<< HEAD
4690646905
"Name": "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService*externalCodeService",
4690746906
"Type": "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService*CT_ExternalCodeService"
46908-
=======
46909-
"Name": "externalCodeService",
46910-
"Namespace": "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService"
4691146907
},
4691246908
{
46913-
"Name": "version",
46914-
"Namespace": "http://schemas.microsoft.com/office/spreadsheetml/2024/workbookCompatibilityVersion"
46915-
>>>>>>> main
46909+
"Name": "http://schemas.microsoft.com/office/spreadsheetml/2024/workbookCompatibilityVersion*version",
46910+
"Type": "http://schemas.microsoft.com/office/spreadsheetml/2024/workbookCompatibilityVersion*CT_Version"
4691646911
}
4691746912
]
4691846913
},

test/DocumentFormat.OpenXml.Framework.Tests/TestUtility.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Reflection;
77
using System.Text.Json;
88
using System.Text.Json.Serialization;
9-
using Xunit.Abstractions;
109

1110
namespace DocumentFormat.OpenXml.Framework.Tests
1211
{

test/DocumentFormat.OpenXml.Packaging.Tests/ITestOutputHelperExtenstions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using DocumentFormat.OpenXml.Framework.Tests;
66
using System;
77
using System.IO;
8-
using Xunit.Abstractions;
8+
using Xunit;
99

1010
namespace DocumentFormat.OpenXml.Tests
1111
{

test/DocumentFormat.OpenXml.Packaging.Tests/data/Particles.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94863,7 +94863,10 @@
9486394863
}
9486494864
},
9486594865
{
94866-
"ElementType": "DocumentFormat.OpenXml.Office.SpreadSheetML.Y2024.WorkbookCompatibilityVersion.Version"
94866+
"Type": {
94867+
"Name": "http://schemas.microsoft.com/office/spreadsheetml/2024/workbookCompatibilityVersion:version",
94868+
"Type": "http://schemas.microsoft.com/office/spreadsheetml/2024/workbookCompatibilityVersion:CT_Version"
94869+
}
9486794870
},
9486894871
{
9486994872
"MinOccurs": 0,

0 commit comments

Comments
 (0)