public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: typo Verity in TimeServicesBBTestFunction
@ 2019-12-08 15:51 Heinrich Schuchardt
  2020-08-04 11:17 ` [edk2-devel] " Samer El-Haj-Mahmoud
  0 siblings, 1 reply; 4+ messages in thread
From: Heinrich Schuchardt @ 2019-12-08 15:51 UTC (permalink / raw)
  To: EDK II Development
  Cc: Eric Jin, Supreeth Venkatesh, Stephano Cetola,
	Heinrich Schuchardt

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2407

%s/Verity/Verify/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 .../BlackBoxTest/TimeServicesBBTestFunction.c             | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/BlackBoxTest/TimeServicesBBTestFunction.c b/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/BlackBoxTest/TimeServicesBBTestFunction.c
index 0d139d3b..18e00a35 100644
--- a/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/BlackBoxTest/TimeServicesBBTestFunction.c
+++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/BlackBoxTest/TimeServicesBBTestFunction.c
@@ -379,7 +379,7 @@ step1:
                      (Index == 1? \
                       gTimeServicesBBTestFunctionAssertionGuid017: \
                       gTimeServicesBBTestFunctionAssertionGuid018),
-                     L"RT.SetTime - Verity year after change",
+                     L"RT.SetTime - Verify year after change",
                      L"%a:%d:Status - %r, TPL - %d",
                      __FILE__,
                      (UINTN)__LINE__,
@@ -491,7 +491,7 @@ step2:
                      (Index == 1? \
                       gTimeServicesBBTestFunctionAssertionGuid023: \
                       gTimeServicesBBTestFunctionAssertionGuid024),
-                     L"RT.SetTime - Verity month after change",
+                     L"RT.SetTime - Verify month after change",
                      L"%a:%d:Status - %r, TPL - %d",
                      __FILE__,
                      (UINTN)__LINE__,
@@ -600,7 +600,7 @@ step3:
                      (Index == 1? \
                       gTimeServicesBBTestFunctionAssertionGuid029: \
                       gTimeServicesBBTestFunctionAssertionGuid030),
-                     L"RT.SetTime - Verity daylight after change",
+                     L"RT.SetTime - Verify daylight after change",
                      L"%a:%d:Status - %r, TPL - %d",
                      __FILE__,
                      (UINTN)__LINE__,
@@ -708,7 +708,7 @@ step4:
                      (Index == 1? \
                       gTimeServicesBBTestFunctionAssertionGuid035: \
                       gTimeServicesBBTestFunctionAssertionGuid036),
-                     L"RT.SetTime - Verity time zone after change",
+                     L"RT.SetTime - Verify time zone after change",
                      L"%a:%d:Status - %r, TPL - %d",
                      __FILE__,
                      (UINTN)__LINE__,
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: typo Verity in TimeServicesBBTestFunction
  2019-12-08 15:51 [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: typo Verity in TimeServicesBBTestFunction Heinrich Schuchardt
@ 2020-08-04 11:17 ` Samer El-Haj-Mahmoud
  2020-09-10 18:58   ` G Edhaya Chandran
  0 siblings, 1 reply; 4+ messages in thread
From: Samer El-Haj-Mahmoud @ 2020-08-04 11:17 UTC (permalink / raw)
  To: devel@edk2.groups.io, xypron.glpk@gmx.de
  Cc: Eric Jin, Supreeth Venkatesh, Stephano Cetola, G Edhaya Chandran,
	Samer El-Haj-Mahmoud

Picking up old SCT patches that were missed

Reviewed-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Heinrich
> Schuchardt via Groups.Io
> Sent: Sunday, December 8, 2019 10:51 AM
> To: EDK II Development <devel@edk2.groups.io>
> Cc: Eric Jin <eric.jin@intel.com>; Supreeth Venkatesh
> <Supreeth.Venkatesh@arm.com>; Stephano Cetola
> <stephano.cetola@linux.intel.com>; Heinrich Schuchardt
> <xypron.glpk@gmx.de>
> Subject: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: typo Verity in
> TimeServicesBBTestFunction
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2407
>
> %s/Verity/Verify/g
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  .../BlackBoxTest/TimeServicesBBTestFunction.c             | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/BlackBoxTest/
> TimeServicesBBTestFunction.c b/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/BlackBoxTest/
> TimeServicesBBTestFunction.c
> index 0d139d3b..18e00a35 100644
> --- a/uefi-
> sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/BlackBoxTest/
> TimeServicesBBTestFunction.c
> +++ b/uefi-sct/SctPkg/TestCase/UEFI/EFI/RuntimeServices/TimeServices/Bla
> +++ ckBoxTest/TimeServicesBBTestFunction.c
> @@ -379,7 +379,7 @@ step1:
>                       (Index == 1? \
> gTimeServicesBBTestFunctionAssertionGuid017: \
> gTimeServicesBBTestFunctionAssertionGuid018),-                     L"RT.SetTime -
> Verity year after change",+                     L"RT.SetTime - Verify year after
> change",                      L"%a:%d:Status - %r, TPL - %d",                      __FILE__,
> (UINTN)__LINE__,@@ -491,7 +491,7 @@ step2:
>                       (Index == 1? \
> gTimeServicesBBTestFunctionAssertionGuid023: \
> gTimeServicesBBTestFunctionAssertionGuid024),-                     L"RT.SetTime -
> Verity month after change",+                     L"RT.SetTime - Verify month after
> change",                      L"%a:%d:Status - %r, TPL - %d",                      __FILE__,
> (UINTN)__LINE__,@@ -600,7 +600,7 @@ step3:
>                       (Index == 1? \
> gTimeServicesBBTestFunctionAssertionGuid029: \
> gTimeServicesBBTestFunctionAssertionGuid030),-                     L"RT.SetTime -
> Verity daylight after change",+                     L"RT.SetTime - Verify daylight after
> change",                      L"%a:%d:Status - %r, TPL - %d",                      __FILE__,
> (UINTN)__LINE__,@@ -708,7 +708,7 @@ step4:
>                       (Index == 1? \
> gTimeServicesBBTestFunctionAssertionGuid035: \
> gTimeServicesBBTestFunctionAssertionGuid036),-                     L"RT.SetTime -
> Verity time zone after change",+                     L"RT.SetTime - Verify time zone
> after change",                      L"%a:%d:Status - %r, TPL - %d",                      __FILE__,
> (UINTN)__LINE__,--
> 2.24.0
>
>
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
>
> View/Reply Online (#52030): https://edk2.groups.io/g/devel/message/52030
> Mute This Topic: https://groups.io/mt/67740553/1945644
> Group Owner: devel+owner@edk2.groups.io
> Unsubscribe: https://edk2.groups.io/g/devel/unsub  [samer.el-haj-
> mahmoud@arm.com] -=-=-=-=-=-=

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: typo Verity in TimeServicesBBTestFunction
  2020-08-04 11:17 ` [edk2-devel] " Samer El-Haj-Mahmoud
@ 2020-09-10 18:58   ` G Edhaya Chandran
  2020-09-14 15:13     ` G Edhaya Chandran
  0 siblings, 1 reply; 4+ messages in thread
From: G Edhaya Chandran @ 2020-09-10 18:58 UTC (permalink / raw)
  To: Samer El-Haj-Mahmoud, devel

[-- Attachment #1: Type: text/plain, Size: 58 bytes --]

Reviewed-by: G Edhaya Chandran <edhaya.chandran@arm.com>

[-- Attachment #2: Type: text/html, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: typo Verity in TimeServicesBBTestFunction
  2020-09-10 18:58   ` G Edhaya Chandran
@ 2020-09-14 15:13     ` G Edhaya Chandran
  0 siblings, 0 replies; 4+ messages in thread
From: G Edhaya Chandran @ 2020-09-14 15:13 UTC (permalink / raw)
  To: G Edhaya Chandran, devel

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Upstreamed by Commit-ID:
https://github.com/tianocore/edk2-test/commit/011d3f2939d85c99445fdc5973369dc7cd706e11

[-- Attachment #2: Type: text/html, Size: 118 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-14 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-08 15:51 [edk2-test] [PATCH 1/1] uefi-sct/SctPkg: typo Verity in TimeServicesBBTestFunction Heinrich Schuchardt
2020-08-04 11:17 ` [edk2-devel] " Samer El-Haj-Mahmoud
2020-09-10 18:58   ` G Edhaya Chandran
2020-09-14 15:13     ` G Edhaya Chandran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox