Skip to content

Commit bb91859

Browse files
committed
Move QD tests to punctuation analysis
1 parent a3b9d1f commit bb91859

6 files changed

+11
-12
lines changed

tests/SIL.Machine.Tests/Corpora/FallbackQuotationMarkResolverTests.cs renamed to tests/SIL.Machine.Tests/PunctuationAnalysis/FallbackQuotationMarkResolverTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using NUnit.Framework;
2-
using SIL.Machine.PunctuationAnalysis;
32

4-
namespace SIL.Machine.Corpora;
3+
namespace SIL.Machine.PunctuationAnalysis;
54

65
[TestFixture]
76
public class FallbackQuotationMarkResolverTests

tests/SIL.Machine.Tests/Corpora/ParatextProjectQuoteConvetionDetectorTests.cs renamed to tests/SIL.Machine.Tests/PunctuationAnalysis/ParatextProjectQuoteConvetionDetectorTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using NUnit.Framework;
2-
using SIL.Machine.PunctuationAnalysis;
2+
using SIL.Machine.Corpora;
33
using SIL.Scripture;
44

5-
namespace SIL.Machine.Corpora;
5+
namespace SIL.Machine.PunctuationAnalysis;
66

77
[TestFixture]
88
public class ParatextProjectQuoteConventionDetectorTests

tests/SIL.Machine.Tests/Corpora/QuotationDenormalizationTests.cs renamed to tests/SIL.Machine.Tests/PunctuationAnalysis/QuotationDenormalizationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using NUnit.Framework;
2-
using SIL.Machine.PunctuationAnalysis;
2+
using SIL.Machine.Corpora;
33

4-
namespace SIL.Machine.Corpora;
4+
namespace SIL.Machine.PunctuationAnalysis;
55

66
[TestFixture]
77
public class QuotationDenormalizationTests

tests/SIL.Machine.Tests/Corpora/QuotationDenormalizationUsfmBlockUpdateHandlerTests.cs renamed to tests/SIL.Machine.Tests/PunctuationAnalysis/QuotationDenormalizationUsfmBlockUpdateHandlerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using NUnit.Framework;
2-
using SIL.Machine.PunctuationAnalysis;
2+
using SIL.Machine.Corpora;
33

4-
namespace SIL.Machine.Corpora;
4+
namespace SIL.Machine.PunctuationAnalysis;
55

66
[TestFixture]
77
public class QuotationMarkDenormalizationUsfmUpdateBlockHandlerTests

tests/SIL.Machine.Tests/Corpora/QuotationMarkUpdateFirstPassTests.cs renamed to tests/SIL.Machine.Tests/PunctuationAnalysis/QuotationMarkUpdateFirstPassTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using NUnit.Framework;
2-
using SIL.Machine.PunctuationAnalysis;
2+
using SIL.Machine.Corpora;
33

4-
namespace SIL.Machine.Corpora;
4+
namespace SIL.Machine.PunctuationAnalysis;
55

66
[TestFixture]
77
public class QuotationMarkUpdateFirstPassTests

tests/SIL.Machine.Tests/Corpora/QuoteConventionChangingUsfmBlockUpdateHandlerTests.cs renamed to tests/SIL.Machine.Tests/PunctuationAnalysis/QuoteConventionChangingUsfmBlockUpdateHandlerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using NUnit.Framework;
2-
using SIL.Machine.PunctuationAnalysis;
2+
using SIL.Machine.Corpora;
33

4-
namespace SIL.Machine.Corpora;
4+
namespace SIL.Machine.PunctuationAnalysis;
55

66
[TestFixture]
77
public class QuoteConventionChangingUsfmUpdateBlockHandlerTests

0 commit comments

Comments
 (0)