Skip to content

Commit a3bb1b6

Browse files
committed
Фикс теста лицензий
1 parent 67e230d commit a3bb1b6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/Tests/DocumenterTests/XmlDocConversionText.cs renamed to src/Tests/DocumenterTests/XmlDocConversionTest.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*----------------------------------------------------------
2+
This Source Code Form is subject to the terms of the
3+
Mozilla Public License, v.2.0. If a copy of the MPL
4+
was not distributed with this file, You can obtain one
5+
at http://mozilla.org/MPL/2.0/.
6+
----------------------------------------------------------*/
7+
18
using System.Linq;
29
using System.Reflection;
310
using System.Xml.Linq;
@@ -7,7 +14,7 @@
714

815
namespace DocumenterTests
916
{
10-
public class XmlDocConversionText
17+
public class XmlDocConversionTest
1118
{
1219
[Fact]
1320
public void TestConversionOfTextBlock()

0 commit comments

Comments
 (0)