From 12ab95249421bfbba8ae8c2700ade979efbe7643 Mon Sep 17 00:00:00 2001 From: Voldivh Date: Fri, 2 Jun 2023 08:21:59 -0500 Subject: [PATCH 1/4] Adds a clearer description of the test Signed-off-by: Voldivh --- requirements/features-development-env.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements/features-development-env.yaml b/requirements/features-development-env.yaml index 632ce1ab..b7dd6dae 100644 --- a/requirements/features-development-env.yaml +++ b/requirements/features-development-env.yaml @@ -4,4 +4,7 @@ requirements: - feature - development checks: - - name: Test message generation with .msg, .srv, .action, and .idl on top of the installed environment + - name: Test message generation using .msg, .srv, .action and .idl on top of the installed environment. + description: | + Generate messages from .msg, .srv, and .action files, this will automatically create their .idl files. + Additionally, ensure that messages can be generated from .idl files alone. From d8ff5641075f0c67eb738fe0aaed315f51fae8a0 Mon Sep 17 00:00:00 2001 From: Voldivh Date: Fri, 2 Jun 2023 08:30:47 -0500 Subject: [PATCH 2/4] Modifies the description to start at the same column Signed-off-by: Voldivh --- requirements/features-development-env.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements/features-development-env.yaml b/requirements/features-development-env.yaml index b7dd6dae..c6a3c6bf 100644 --- a/requirements/features-development-env.yaml +++ b/requirements/features-development-env.yaml @@ -6,5 +6,4 @@ requirements: checks: - name: Test message generation using .msg, .srv, .action and .idl on top of the installed environment. description: | - Generate messages from .msg, .srv, and .action files, this will automatically create their .idl files. - Additionally, ensure that messages can be generated from .idl files alone. + Generate messages from .msg, .srv, and .action files, this will automatically create their .idl files. Additionally, ensure that messages can be generated from .idl files alone. From e0a99a7edaf5bdd3e67dc99b185d9621310011b3 Mon Sep 17 00:00:00 2001 From: Voldivh Date: Fri, 2 Jun 2023 08:34:47 -0500 Subject: [PATCH 3/4] Fixes identation level Signed-off-by: Voldivh --- requirements/features-development-env.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/features-development-env.yaml b/requirements/features-development-env.yaml index c6a3c6bf..6418c3a2 100644 --- a/requirements/features-development-env.yaml +++ b/requirements/features-development-env.yaml @@ -5,5 +5,5 @@ requirements: - development checks: - name: Test message generation using .msg, .srv, .action and .idl on top of the installed environment. - description: | - Generate messages from .msg, .srv, and .action files, this will automatically create their .idl files. Additionally, ensure that messages can be generated from .idl files alone. + description: | + Generate messages from .msg, .srv, and .action files, this will automatically create their .idl files. Additionally, ensure that messages can be generated from .idl files alone. From fa8285828da8ca4b5204746a83347fc22926f5f3 Mon Sep 17 00:00:00 2001 From: Voldivh Date: Tue, 6 Jun 2023 09:18:43 -0500 Subject: [PATCH 4/4] Modifies text message Signed-off-by: Voldivh --- requirements/features-development-env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/features-development-env.yaml b/requirements/features-development-env.yaml index 6418c3a2..fb1652d1 100644 --- a/requirements/features-development-env.yaml +++ b/requirements/features-development-env.yaml @@ -6,4 +6,4 @@ requirements: checks: - name: Test message generation using .msg, .srv, .action and .idl on top of the installed environment. description: | - Generate messages from .msg, .srv, and .action files, this will automatically create their .idl files. Additionally, ensure that messages can be generated from .idl files alone. + Generate messages from .msg, .srv, and .action files, which will automatically create their .idl files. Additionally, ensure that messages can be generated from .idl files alone.