summaryrefslogtreecommitdiffstats
path: root/testsuites/validation/tc-part-ident.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/validation/tc-part-ident.c')
-rw-r--r--testsuites/validation/tc-part-ident.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/validation/tc-part-ident.c b/testsuites/validation/tc-part-ident.c
index fccdf9671c..40f66d436e 100644
--- a/testsuites/validation/tc-part-ident.c
+++ b/testsuites/validation/tc-part-ident.c
@@ -3,11 +3,11 @@
/**
* @file
*
- * @ingroup RTEMSTestCaseRtemsPartValIdent
+ * @ingroup RtemsPartValIdent
*/
/*
- * Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2020 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -57,16 +57,16 @@
#include <rtems/test.h>
/**
- * @defgroup RTEMSTestCaseRtemsPartValIdent spec:/rtems/part/val/ident
+ * @defgroup RtemsPartValIdent spec:/rtems/part/val/ident
*
- * @ingroup RTEMSTestSuiteTestsuitesValidationNoClock0
+ * @ingroup TestsuitesValidationNoClock0
*
* @brief Test the rtems_partition_ident() directive.
*
* This test case performs the following actions:
*
* - Run the generic object identification tests for Classic API partition
- * class objects defined by /rtems/req/ident.
+ * class objects defined by spec:/rtems/req/ident.
*
* @{
*/
@@ -84,7 +84,7 @@ static rtems_status_code ClassicPartIdentAction(
/**
* @brief Run the generic object identification tests for Classic API partition
- * class objects defined by /rtems/req/ident.
+ * class objects defined by spec:/rtems/req/ident.
*/
static void RtemsPartValIdent_Action_0( void )
{