Error / Bug: rtt/tests/ types_test fails with AType assignment - command for running test

Sorry, I typed the wrong command for running the test. That's the correct command:
ctest -R types_test

Still got the same problem in the second assertion

Thanks for the help

Von: orocos-dev-bounces [..] ... [mailto:orocos-dev-bounces [..] ...] Im Auftrag von Sandra Beyer
Gesendet: Montag, 2. Dezember 2013 14:45
An: 'orocos-dev [..] ...'
Betreff: [Orocos-Dev] Error / Bug: rtt/tests/ types_test fails with AType assignment

Hello Orocos-developers,
I didn't know if my problem is really a topic for the orocos-users mailing list, that's why I post my problem here again.

I test the behaviour of own struct data types with rtt/tests/types_test.cpp. I extended in BOOST_AUTO_TEST_CASE( testTypes ) the following:
In the beginning:
Types()->addType( new StructTypeInfo<AType,false>("astruct"));
Extension of string test:
"var astruct aVar\n" +
"var astruct bVar\n" +
"aVar.a = 42\n" +
"do test.assertMsg(aVar.a == 42, \"aVar.a != 42 assignement failed - testTypes\")\n" +
"bVar = aVar\n" +
"do test.assertMsg(bVar.a == 42, \"aVar.a != 42 assignement failed - testTypes\")\n" +

ctest -R testTypes fails in the second assertion. So the assignment operator doesn't work with own struct types. Any suggestions how I can fix this problem?

I'm using the orocos-toolchain2.6

Thanks
Sandra

test

Hi all

this is just to check if the orocos mailing list new address works.

Cheers, Gianni.

------------------------------------------------
Gianni Borghesan, PhD
Robot Assisted Surgery group
Robotics Research group
KU Leuven,
Department of Mechanical Engineering,
Division of PMA
Room 01.017
Celestijnenlaan 300B, B-3001 Heverlee, Belgium.
Tel: +32 16 322515.
Fax: +32 16 322987
------------------------------------------------

test

Well, it works, but [Orocos-users] is missing in the Subject.

Regards:

Uwe

On 20.06.2016 10:57, Gianni Borghesan wrote:
> Hi all
>
> this is just to check if the orocos mailing list new address works.
>
>
> Cheers, Gianni.
>
>
> ------------------------------------------------
> Gianni Borghesan, PhD
> Robot Assisted Surgery group
> Robotics Research group
> KU Leuven,
> Department of Mechanical Engineering,
> Division of PMA
> Room 01.017
> Celestijnenlaan 300B, B-3001 Heverlee, Belgium.
> Tel: +32 16 322515.
> Fax: +32 16 322987
> ------------------------------------------------

---------------------------------------------
Uwe Fechner, M.Sc.
Delft University of Technology
Faculty of Aerospace Engineering/ Wind Energy
Kluyverweg 1,
2629 HS Delft, The Netherlands
Phone: +31-15-27-88902

[OROCOSUSERS] test

On Mon, 20 Jun 2016, Uwe Fechner wrote:

> Well, it works, but [Orocos-users] is missing in the Subject.

Thanks for noticing.

I just tried to add the appropriate configuration setting. Let's see whether I
got it right...

> Regards:
>
> Uwe

Herman

>
> On 20.06.2016 10:57, Gianni Borghesan wrote:
>> Hi all
>>
>> this is just to check if the orocos mailing list new address works.
>>
>>
>> Cheers, Gianni.
>>
>>
>> ------------------------------------------------
>> Gianni Borghesan, PhD
>> Robot Assisted Surgery group
>> Robotics Research group
>> KU Leuven,
>> Department of Mechanical Engineering,
>> Division of PMA
>> Room 01.017
>> Celestijnenlaan 300B, B-3001 Heverlee, Belgium.
>> Tel: +32 16 322515.
>> Fax: +32 16 322987
>> ------------------------------------------------
>
>
> ---------------------------------------------
> Uwe Fechner, M.Sc.
> Delft University of Technology
> Faculty of Aerospace Engineering/ Wind Energy
> Kluyverweg 1,
> 2629 HS Delft, The Netherlands
> Phone: +31-15-27-88902
>

[OROCOSUSERS] test

Hi,

Sorry, but this is the last Mail I have got from Orocos Users Mail lists.
Also I have sent some Questions over Orocos User but I have not get any
reply.

Am I in the right mail list or my account has been removed?

Sorry for sending here, But I was busy and I didn't follow the changes long
time ago.
Please it will be appreciated if you let me know if there is anything I
have to know about orocos mail list.

?Thanks
Aladdin

On Mon, Jun 20, 2016 at 6:47 PM, Herman Bruyninckx <
Herman [dot] Bruyninckx [..] ...> wrote:

> On Mon, 20 Jun 2016, Uwe Fechner wrote:
>
> Well, it works, but [Orocos-users] is missing in the Subject.
>>
>
> Thanks for noticing.
>
> I just tried to add the appropriate configuration setting. Let's see
> whether I
> got it right...
>
> Regards:
>>
>> Uwe
>>
>
> Herman
>
>
>
>> On 20.06.2016 10:57, Gianni Borghesan wrote:
>>
>>> Hi all
>>>
>>> this is just to check if the orocos mailing list new address works.
>>>
>>>
>>> Cheers, Gianni.
>>>
>>>
>>> ------------------------------------------------
>>> Gianni Borghesan, PhD
>>> Robot Assisted Surgery group
>>> Robotics Research group
>>> KU Leuven,
>>> Department of Mechanical Engineering,
>>> Division of PMA
>>> Room 01.017
>>> Celestijnenlaan 300B, B-3001 Heverlee, Belgium.
>>> Tel: +32 16 322515.
>>> Fax: +32 16 322987
>>> ------------------------------------------------
>>>
>>
>>
>> ---------------------------------------------
>> Uwe Fechner, M.Sc.
>> Delft University of Technology
>> Faculty of Aerospace Engineering/ Wind Energy
>> Kluyverweg 1,
>> 2629 HS Delft, The Netherlands
>> Phone: +31-15-27-88902
>>
>>

test

On Mon, 20 Jun 2016, Gianni Borghesan wrote:

> Hi all
>
> this is just to check if the orocos mailing list new address works.

Works :)

> Cheers, Gianni.

Herman