Commit 6ae8fa6
test+fix: broaden Z-prefix regex, mark test class in abapGit metadata
* `emit-local-classes.test.ts` — broaden the Z-prefix guard to also
catch solid identifiers (`ZFOO`, `ZAPI`, `ZCLIENT`) that the previous
underscore-only regex missed. Strip banner/star/line-comment rows
before matching so the doc header ("* ZERO Z-dependencies…") remains
allowed while the body is strictly zero-Z.
* `samples/petstore3-client/e2e/abapgit/src/zcl_ps3_client_tests.clas.xml`
— add `<WITH_UNIT_TESTS>X</WITH_UNIT_TESTS>` to VSEOCLASS so the
abapGit metadata matches the class body and ABAP Unit's discovery
path does not rely purely on ABAP-level `FOR TESTING` semantics.
Generated with [Devin](https://cli.devin.ai/docs)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 19080c4 commit 6ae8fa6
2 files changed
Lines changed: 22 additions & 5 deletions
File tree
- packages/openai-codegen/tests
- samples/petstore3-client/e2e/abapgit/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
89 | 105 | | |
90 | 106 | | |
91 | 107 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments