Added Sieve rfc5490

Renamed tests classes *Command as *Test
This commit is contained in:
the-djmaze 2022-03-14 12:39:11 +01:00
parent 40adf992ed
commit 668a5f1fa5
12 changed files with 224 additions and 57 deletions

View file

@ -8,7 +8,7 @@ import {
GrammarTest
} from 'Sieve/Grammar';
export class SpamTestCommand extends GrammarTest
export class SpamTestTest extends GrammarTest
{
constructor()
{
@ -41,7 +41,7 @@ export class SpamTestCommand extends GrammarTest
}
}
export class VirusTestCommand extends GrammarTest
export class VirusTestTest extends GrammarTest
{
constructor()
{