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:
2026-03-27 15:58:29 +01:00
parent 038f89f18e
commit f792370d7f
+2 -2
View File
@@ -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 {