Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into import_goldapimport_goldap | Quentin Dufour | 2021-09-16 | 2 | -3/+0 |
|\ | |||||
| * | Correct the function GenerateNameCorrect_Test_GenerateName | MrArmonius | 2021-07-26 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | The problem was the encode in `name += string(alphabet[])` It takes only 1 byte but the characters like 'รจ','@' are encoding on several bytes (1 to 4 bytes). The better solution was to create a slice of string, like this we don't have problem about take only one byte instead of 2,3 or 4 bytes. | ||||
| * | Bottin's Test V2.0 with Framework Testing | MrArmonius | 2021-07-19 | 9 | -0/+878 |
| | | | | | | | | V2 the test end-to-end, Tests made similar to V1.0, Add the possibility to pararellize the tests, Create an environnement for easy integration of news test, | ||||
* | Vendor goldap, fix ASN.1 BER integer and length encoding | Quentin Dufour | 2021-09-16 | 9 | -0/+877 |
- Add tests for goldap to prevent regressions - Disable reconnection for our functional tests |