diff --git a/bindings/lua/tests/test_string.lua b/bindings/lua/tests/test_port.lua similarity index 100% rename from bindings/lua/tests/test_string.lua rename to bindings/lua/tests/test_port.lua diff --git a/doc/release/v2_3_72_1.md b/doc/release/v2_3_72_1.md index 5e451e7cdb..e27ed381de 100644 --- a/doc/release/v2_3_72_1.md +++ b/doc/release/v2_3_72_1.md @@ -80,6 +80,7 @@ yarpserver is launched with `--ros` option. (#722) parsing `VOCAB`. This avoids hacks required for compilation of bindings (hacks removed), and enables the correct generation of `VOCAB`s inside `enum`s. * Added `test_vocab.lua` to catch regressions on `VOCAB` in the future. +* Rename `test_string.lua` to more representative `test_port.lua`. Contributors ------------