feat(bd): V021 crea dbo.ChargeableCharConfig + SPs + índices (PRC-001)

This commit is contained in:
2026-04-20 12:01:49 -03:00
parent dd4d4a1673
commit 9144c2e89e
8 changed files with 966 additions and 11 deletions

View File

@@ -52,8 +52,9 @@ public class AuthControllerTests
// V014 (ADM-009) adds 'administracion:fiscal:gestionar' → 24
// V016 (CAT-001) adds 'catalogo:rubros:gestionar' → 25
// V017 (PRD-001) adds 'catalogo:tipos:gestionar' → 26
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27 total
Assert.Equal(27, permisos.GetArrayLength());
// V018 (PRD-002) adds 'catalogo:productos:gestionar' → 27
// V020 (PRC-001) adds 'tasacion:caracteres_especiales:gestionar' → 28 total
Assert.Equal(28, permisos.GetArrayLength());
}
// Scenario: invalid credentials return 401 with opaque error