From f792370d7fc8ab34deda8211909fd7c49b1dd91f Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Fri, 27 Mar 2026 15:58:29 +0100 Subject: [PATCH] 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. --- classify/classifier_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classify/classifier_test.go b/classify/classifier_test.go index 30e0844..2cb8f49 100644 --- a/classify/classifier_test.go +++ b/classify/classifier_test.go @@ -457,8 +457,8 @@ func TestClassify(t *testing.T) { func TestAllClassesCount(t *testing.T) { classes := classify.AllClasses() - if len(classes) != 14 { - t.Errorf("AllClasses() returned %d classes, want 14", len(classes)) + if len(classes) != 32 { + t.Errorf("AllClasses() returned %d classes, want 32", len(classes)) } // No plain "unknown" should exist for _, c := range classes {