feat(10-02): update TestAllClassesCount from 14 to 32
Reflects 14 existing + 18 new classes in AllClasses(); LDAP/Kerberos/Syslog excluded until Phase 11 adds their ClassFreqConfigs entries.
This commit is contained in:
@@ -457,8 +457,8 @@ func TestClassify(t *testing.T) {
|
|||||||
|
|
||||||
func TestAllClassesCount(t *testing.T) {
|
func TestAllClassesCount(t *testing.T) {
|
||||||
classes := classify.AllClasses()
|
classes := classify.AllClasses()
|
||||||
if len(classes) != 14 {
|
if len(classes) != 32 {
|
||||||
t.Errorf("AllClasses() returned %d classes, want 14", len(classes))
|
t.Errorf("AllClasses() returned %d classes, want 32", len(classes))
|
||||||
}
|
}
|
||||||
// No plain "unknown" should exist
|
// No plain "unknown" should exist
|
||||||
for _, c := range classes {
|
for _, c := range classes {
|
||||||
|
|||||||
Reference in New Issue
Block a user