Logo etsi

ETSI's Bug Tracker

Notice: information submitted on the ETSI issue Tracker may be incorporated in ETSI publication(s) and therefore subject to the ETSI IPR policy.

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001985IPv6 Testing Conformance (TTCN3 + TPs)Test Case (TTCN3 ATS)public12-09-2007 14:1901-11-2007 10:59
ReporterSebastian Muellers 
Assigned ToAlexandre Berge 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
PlatformOSOS Version
Summary0001985: delete /* comments within TTCN objects - T3doc does not support them
DescriptionT3 doc does NOT support inside any TTCN-3 object (function, type , template etc.) the notation /* */
 
as shown below
 
     /*
     * @desc Testcase function for Router of Home Network
     * @param p_cfMsg Configuration message for Test Adapter
    */
    function f_TC_MOB_1401_03_HomeRT01(CfMessage p_cfMsg)
    runs on Ipv6Node {
     //Variables
     var FncRetCode v_ret := e_success;
 
     /****************************************
        Not supported by T3doc
     ****************************************/
 
===================================================================
 
T3 doc DOES support in any TTCN-3 object (function, type , template etc.)
 
as shown below
 
     /*
     * @desc Testcase function for Router of Home Network
     * @param p_cfMsg Configuration message for Test Adapter
    */
    function f_TC_MOB_1401_03_HomeRT01(CfMessage p_cfMsg)
    runs on Ipv6Node {
     //Variables
     var FncRetCode v_ret := e_success;
 
     /////////////////////////////////////////////////
        Not supported by T3doc
     //////////////////////////////////////////////////
 
Please keep this in mind
TagsNo tags attached.
Cor - Mob - Sec - TransMobility
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
12-09-2007 14:19 Sebastian Muellers New Issue
12-09-2007 14:19 Sebastian Muellers Mob - Sec - Trans => Mobility
29-10-2007 13:41 Alexandre Berge Status new => assigned
29-10-2007 13:41 Alexandre Berge Assigned To => Alexandre Berge
01-11-2007 10:59 Alexandre Berge Status assigned => resolved
01-11-2007 10:59 Alexandre Berge Resolution open => fixed


MantisBT 1.2.14 [^]
Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker