<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<!-- Mambo Open Source 4.5 RSS Generator Version 2.07 (12/10/2003) - Robert Castley -->
<!-- Changed for use with fireboard (10/04/2004) -->
<!-- Copyright (C) 2000-2003 - Symbian OS Unit -->
<rss version = "0.91">
    <channel>
        <title>Symbian OS Unit - Forum</title>

        <link>http://www.symbianosunit.co.uk</link>

        <description>
com_fireboard        </description>

        <language>
            en-us
        </language>

        <lastBuildDate>
            Mon, 06 Sep 2010 14:22:20 +0100        </lastBuildDate>

        <image>

        <title>Powered by Fireboard</title>

        <url>
http://www.symbianosunit.co.uk/components/com_fireboard/template/default/images/english/emoticons/fb_rsspower.gif
        </url>

        <link>http://www.symbianosunit.co.uk</link>

        <width>
            88
        </width>

        </image>

        <item><title>Subject: Re:Add a testsuite in your own header/code file - by: Maze</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,30/catid,2/</link>
<description>You're welcome
Probably there was some minor error and sleeping over it solved it... Great that it works now :-)

/Maze...</description>
</item>
<item><title>Subject: Re:Add a testsuite in your own header/code file - by: RikRah</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,29/catid,2/</link>
<description>Thanks for your reply.
I solved the problem, but sincerly I don't know how. I've repeated every step I made yesterday and now it works.
I report these steps here.

I wrote a class in the TestHeader.h and the source in the TestSource.cpp. This 'default' test works in the right way.

Then, I wanted to add a new test suite in a different file.
I wrote a new header file, that I called Test2.h and a new source file, that I called Test2.cpp.
here the complete code of the two files:
[code]
//HEADER FILE...</description>
</item>
<item><title>Subject: Re:Add a testsuite in your own header/code file - by: Maze</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,28/catid,2/</link>
<description>It is quite difficult to help you without seeing the code. But it seems you are calling the ASSERT with the wrong amount of arguments:

It should be:
[code]
(const char *, const char *, unsigned int, const char *) 
[/code]

But you only have:
[code]
(const char *,                                 int,          char *)
[/code]

Thus, you are missing the second argument. If you provide your test file (preferably illustrating just the problem) it would be easier to see what's going wrong.

/Maze...</description>
</item>
<item><title>Subject: Re:Add a testsuite in your own header/code file - by: RikRah</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,27/catid,2/</link>
<description>Hi to all.
I've got a problem in adding a new test suite to my project.
I've followed the tutorial, i've added a new class (header and source files) and I've modified testgen.bat script and the ExtraTestBuildTask.bldmake.
Anyway, Carbide shows two errors:
[code]
'CxxTest::TestListenerProxy::failedTest(const char *, const char *, unsigned int, const char *)' (non-static)
function call '[CTestBoolProperty].failedTest( const char[21], int, char *)' does not match
[/code]
Theese errors underline every T...</description>
</item>
<item><title>Subject: Glossary now on NOKIA OVI STORE!! - by: ankur29</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,26/catid,2/</link>
<description>Hello,

Greetings!!

Frozen Digit Technologies Pvt Ltd (www.frozendigit.com); an India based Mobile games and application development company has released a Symbian Application on Handango and Nokia Ovi Store.

Please see the details below:

Glossary is a mobile phone application which helps the user to look up for the meaning of the terms/abbreviation, defined under categories. User can choose from more than 5000 words, linked to their respective categories.
 
Platform: Symbian OS 5th Edition

...</description>
</item>
<item><title>Subject: Easy Reader now on NOKIA OVI STORE!! - by: ankur29</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,25/catid,2/</link>
<description>Hello,

Greetings!!

Frozen Digit Technologies Pvt Ltd (www.frozendigit.com); an India based Mobile games and application development company has released a Symbian Application on Handango and Nokia Ovi Store.

Please see the details below

EasyReader is a mobile phone application providing enhanced visibility for viewing SMS text messages. Messages can be easily read by any recipient, with features such as a choice of fonts, backgrounds and scrolling speeds. Easy Reader makes texts reading fun for ...</description>
</item>
<item><title>Subject: Re:Add a testsuite in your own header/code file - by: Maze</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,24/catid,2/</link>
<description>Not quite sure what your problem is. you say:

 
but i can't find the correct line in ExtraTestBuildTasks.bldmake file,the content of my file is:

    QUOTE:

    ...

    INCDIR=..\test

    TESTDRIVER_FILE=$(INCDIR)\testdriver.h
    MAKEFILE : $(TESTDRIVER_FILE)

 $(TESTDRIVER_FILE): $(INCDIR)\TestHeader.h 
    pushd . &amp; cd $(INCDIR) &amp; testgen.bat &amp; popd
 

The above line (highlighted in bold) is the one. You will have to add your file(s) there, e.g. extend the line with [code]$(INCDIR)\...</description>
</item>
<item><title>Subject: Re:Extend SymbianOS Unit with textshell support - by: Maze</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,23/catid,2/</link>
<description>My version (http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,3/catid,2/) of SymbianOS unit is a bit more flexible in that respect. It does contain a text shell version. I would consider my version to be 0.0.01 (thus potentially a bit better ;-)) The good part is that you don't have to write your test for the UI or the console, but you create always a DLL (instead of a EXE) and that one gets loaded either into the S60 UI, the Console-application, or UIQ UI. The console ver...</description>
</item>
<item><title>Subject: Extend SymbianOS Unit with textshell support - by: kaupunkish</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,22/catid,2/</link>
<description>Hi,

I have been using SymbianOS Unit for quite a while by now, but one thing kept bothering me until now:

Why I have to wait so long for S60 emulator to boot up all its stuff, whereas I just want to test some silly iterator.

The solution was to extend SymbianOS Unit with textshell support. That is you you can launch it like this:

symbianosunit.exe -dtextshell --

and then in less than one second you have it up and running.

I think I need to share my experience with you. I attached ZIP-archi...</description>
</item>
<item><title>Subject: Add a testsuite in your own header/code file - by: iame</title>
<link>http://www.symbianosunit.co.uk/component/option,com_fireboard/Itemid,49/func,view/id,21/catid,2/</link>
<description>i want to add my testsuite in my own header/code file to project.The tutorial document say:
 
If you add a new test suite to your project (e.g. TestNewSuite.ccp,.h) in its own code and header file then you must update the test runner build file testgen.bat to include the new suite header filename:-

perl -S ..\..\cxxtestgen.pl -o TestDriver.h TestHeader.h TestNewSuite.h

 

and also the ExtraTestBuildTasks.bldmake file:-

$(INCDIR)\testdriver.h: $(INCDIR)\TestHeader.h:$(INCDIR)\TestNewSuite.h
 
...</description>
</item>
    </channel>
</rss>