Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modalità demo, manca parametro per la verifica di sp privati #221

Open
matte78 opened this issue Jun 7, 2022 · 0 comments
Open

modalità demo, manca parametro per la verifica di sp privati #221

matte78 opened this issue Jun 7, 2022 · 0 comments

Comments

@matte78
Copy link

matte78 commented Jun 7, 2022

Il metodo requestCheck(test, dir, config, prod) non ha tra i parametri il profilo da passare poi al comando spid_sp_test, restituendo failed per gli SP privati.
Ad esempio restituisce questo errore:

ERROR:spid_sp_test.metadata:The //ContactPerson[@contactType='other']/Extensions/Public element MUST be present
ERROR:spid_sp_test.metadata:The //ContactPerson[@contactType='other']/Extensions/Private element MUST not be present

Il metodo metadataCheck(test, dir, profile, config, prod) ha il paramentro e valida correttamente, poi utilizzato così:

            cmd += " spid_sp_test ";
            cmd += " --profile " + profile;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant