<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3851</id>
	<title>Nabble - CppUnit - C++ port of JUnit</title>
	<updated>2009-11-25T04:50:11Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/CppUnit---C++-port-of-JUnit-f3851.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CppUnit---C%2B%2B-port-of-JUnit-f3851.html" />
	<subtitle type="html">CppUnit is the C++ port of the famous JUnit framework for unit testing.  Test output is in XML or text format for automatic testing and GUI based for supervised tests. CppUnit - C++ port of JUnit home is &lt;a href=&quot;http://sourceforge.net/projects/cppunit/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26512093</id>
	<title>use cppunit in Cygwin</title>
	<published>2009-11-25T04:50:11Z</published>
	<updated>2009-11-25T04:50:11Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'd successfully Installed the 1.12.1 in cygwin, but get error when
&lt;br&gt;using it. &amp;nbsp;Many undefined references when a program is linking to the
&lt;br&gt;libcppunit.a:
&lt;br&gt;&lt;br&gt;My sanity check is:
&lt;br&gt;&lt;br&gt;$ cppunit-config --libs
&lt;br&gt;-L/usr/local/lib -lcppunit -ldl
&lt;br&gt;&lt;br&gt;And, the errors are:
&lt;br&gt;&lt;br&gt;Making check in PPS
&lt;br&gt;make[1]: Entering directory `/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS'
&lt;br&gt;make &amp;nbsp;runtests.exe
&lt;br&gt;make[2]: Entering directory `/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS'
&lt;br&gt;g++ -g -O2 `cppunit-config --cflags` -g -O2 `cppunit-config --libs`
&lt;br&gt;-o runtests.exe runtests-TestMain.o runtests-RealTimeAccTest.o
&lt;br&gt;runtests-TestMain.o: In function `main':
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/TestMain.cpp:10:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TextTestRunner::TextTestRunner(CppUnit::Outputter*)'
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/TestMain.cpp:12:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TestFactoryRegistry::getRegistry(std::basic_string&amp;lt;char,
&lt;br&gt;std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;)'
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/TestMain.cpp:13:
&lt;br&gt;undefined reference to `CppUnit::TestRunner::addTest(CppUnit::Test*)'
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/TestMain.cpp:14:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TextTestRunner::run(std::basic_string&amp;lt;char,
&lt;br&gt;std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt;, bool, bool, bool)'
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/TestMain.cpp:15:
&lt;br&gt;undefined reference to `CppUnit::TextTestRunner::~TextTestRunner()'
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/TestMain.cpp:15:
&lt;br&gt;undefined reference to `CppUnit::TextTestRunner::~TextTestRunner()'
&lt;br&gt;runtests-RealTimeAccTest.o: In function `__tcf_0':
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/RealTimeAccTest.h:10:
&lt;br&gt;undefined reference to `CppUnit::TestNamer::~TestNamer()'
&lt;br&gt;runtests-RealTimeAccTest.o: In function `AutoRegisterSuite':
&lt;br&gt;/usr/local/include/cppunit/extensions/AutoRegisterSuite.h:34:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TestFactoryRegistry::getRegistry(std::basic_string&amp;lt;char,
&lt;br&gt;std::char_traits&amp;lt;char&amp;gt;, std::allocator&amp;lt;char&amp;gt; &amp;gt; const&amp;)'
&lt;br&gt;/usr/local/include/cppunit/extensions/AutoRegisterSuite.h:36:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TestFactoryRegistry::registerFactory(CppUnit::TestFactory*)'
&lt;br&gt;runtests-RealTimeAccTest.o: In function `~AutoRegisterSuite':
&lt;br&gt;/usr/local/include/cppunit/extensions/AutoRegisterSuite.h:50:
&lt;br&gt;undefined reference to `CppUnit::TestFactoryRegistry::isValid()'
&lt;br&gt;/usr/local/include/cppunit/extensions/AutoRegisterSuite.h:51:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TestFactoryRegistry::unregisterFactory(CppUnit::TestFactory*)'
&lt;br&gt;runtests-RealTimeAccTest.o: In function
&lt;br&gt;`_ZN15RealTimeAccTest14getTestNamer__Ev':
&lt;br&gt;/cygdrive/d/woody/svn/fox3/ZH-SG-PP/_test/PPS/RealTimeAccTest.h:10:
&lt;br&gt;undefined reference to `CppUnit::TestNamer::TestNamer(std::type_info
&lt;br&gt;const&amp;)'
&lt;br&gt;runtests-RealTimeAccTest.o: In function `~TestSuiteBuilderContext':
&lt;br&gt;/usr/local/include/cppunit/extensions/TestSuiteBuilderContext.h:101:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TestSuiteBuilderContextBase::~TestSuiteBuilderContextBase()'
&lt;br&gt;/usr/local/include/cppunit/extensions/TestSuiteBuilderContext.h:101:
&lt;br&gt;undefined reference to
&lt;br&gt;`CppUnit::TestSuiteBuilderContextBase::~TestSuiteBuilderContextBase()'
&lt;br&gt;&lt;br&gt;&lt;br&gt;What's wrong with my installation? &amp;nbsp;Does anyone have a clue? &amp;nbsp;Thanks!
&lt;br&gt;&lt;br&gt;-
&lt;br&gt;narke
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Life is the only flaw in an otherwise perfect nonexistence
&lt;br&gt;&amp;nbsp; &amp;nbsp; -- Schopenhauer
&lt;br&gt;&lt;br&gt;narke
&lt;br&gt;public key at &lt;a href=&quot;http://subkeys.pgp.net:11371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net:11371&lt;/a&gt;&amp;nbsp;(&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;narkewoody@...&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512093&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/use-cppunit-in-Cygwin-tp26512093p26512093.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26463410</id>
	<title>Re: CVS repository migration to subversion</title>
	<published>2009-11-22T00:03:00Z</published>
	<updated>2009-11-22T00:03:00Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">The migration is completed.&lt;br&gt;&lt;br&gt;The trunk sources can be retrieved using:&lt;br&gt;&lt;br&gt;&lt;code&gt;svn co &lt;a href=&quot;https://cppunit.svn.sourceforge.net/svnroot/cppunit/trunk/cppunit&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://cppunit.svn.sourceforge.net/svnroot/cppunit/trunk/cppunit&lt;/a&gt; cppunit
                        &lt;/code&gt;&lt;br&gt;&lt;br&gt;A tarball of the old CVS repository is available in the &amp;quot;SVN Migration Archive&amp;quot; folder in the download section.&lt;br&gt;&lt;br&gt;Baptiste.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/19 Baptiste Lepilleur &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463410&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;baptiste.lepilleur@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi all,&lt;br&gt;I plan to migrate CppUnit source code repository from CVS to subversion this week-end unless someone voices strongly against it.&lt;br&gt;

&lt;br&gt;This will make it easier to access the source repository from behind corporate firewall and makes it easier for repository mirror to keep in sync with the trunk (most DVCS can easily mirror a subversion trunk).&lt;br&gt;
&lt;br&gt;Migration is done using iso-latin-1 encoding (I&amp;#39;ve already prepared a svndump and there seems to be a few characters in unknown encoding in changelog...).&lt;br&gt;&lt;br&gt;Let&amp;#39;s me now if you see any issues with this. The old CVS repository tarball will be made available on the download page for archival purpose.&lt;br&gt;

&lt;font color=&quot;#888888&quot;&gt;
&lt;br&gt;Baptiste.&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26463410&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CVS-repository-migration-to-subversion-tp26422675p26463410.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26459154</id>
	<title>Re: Getting started with cppunit and VS 2008</title>
	<published>2009-11-21T10:38:37Z</published>
	<updated>2009-11-21T10:38:37Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">I believe this issue has been fixed in the trunk by andydent.&lt;br&gt;&lt;br&gt;See notes:&lt;br&gt;&lt;a href=&quot;http://cppunit.svn.sourceforge.net/viewvc/cppunit/trunk/cppunit/INSTALL-VS.Net2008.txt?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cppunit.svn.sourceforge.net/viewvc/cppunit/trunk/cppunit/INSTALL-VS.Net2008.txt?view=markup&lt;/a&gt;&lt;br&gt;

&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/17 CppUnit development mailing list &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459154&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cppunit-devel@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Hi, I&amp;#39;ve spent a number of hours yesterday and today trying to get cppunit up and going with VS 2008 (pro edition).&lt;br&gt;
I can&amp;#39;t find a getting started/trouble shooting guide anywhere.  I get the following message when I try to build TestRunner:&lt;br&gt;
&lt;br&gt;
1&amp;gt;------ Build started: Project: TestRunner, Configuration: Debug Unicode Win32 ------&lt;br&gt;
1&amp;gt;Compiling...&lt;br&gt;
1&amp;gt;MsDevCallerListCtrl.cpp&lt;br&gt;
1&amp;gt;.\MsDevCallerListCtrl.cpp(67) : error C3505: cannot load type library &amp;#39;{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}&amp;#39;&lt;br&gt;
1&amp;gt;.\MsDevCallerListCtrl.cpp(67) : fatal error C1104: fatal error importing libid: &amp;#39;80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2&amp;#39;&lt;br&gt;
1&amp;gt;Creating browse information file...&lt;br&gt;
1&amp;gt;Microsoft Browse Information Maintenance Utility Version 9.00.30729&lt;br&gt;
1&amp;gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;br&gt;
1&amp;gt;BSCMAKE: error BK1506 : cannot open file &amp;#39;.\DebugUnicode\MsDevCallerListCtrl.sbr&amp;#39;: No such file or directory&lt;br&gt;
1&amp;gt;Build log was saved at &amp;quot;file://c:\cppunit-1.12.1\src\msvc6\testrunner\DebugUnicode\BuildLog.htm&amp;quot;&lt;br&gt;
1&amp;gt;TestRunner - 3 error(s), 0 warning(s)&lt;br&gt;
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;br&gt;
&lt;br&gt;
Any suggestions?&lt;br&gt;
Thanks&lt;br&gt;
Roger&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Cppunit-devel mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459154&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26459154&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-started-with-cppunit-and-VS-2008-tp26405817p26459154.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26422675</id>
	<title>CVS repository migration to subversion</title>
	<published>2009-11-19T00:42:42Z</published>
	<updated>2009-11-19T00:42:42Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi all,&lt;br&gt;I plan to migrate CppUnit source code repository from CVS to subversion this week-end unless someone voices strongly against it.&lt;br&gt;&lt;br&gt;This will make it easier to access the source repository from behind corporate firewall and makes it easier for repository mirror to keep in sync with the trunk (most DVCS can easily mirror a subversion trunk).&lt;br&gt;

&lt;br&gt;Migration is done using iso-latin-1 encoding (I&amp;#39;ve already prepared a svndump and there seems to be a few characters in unknown encoding in changelog...).&lt;br&gt;&lt;br&gt;Let&amp;#39;s me now if you see any issues with this. The old CVS repository tarball will be made available on the download page for archival purpose.&lt;br&gt;

&lt;br&gt;Baptiste.&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26422675&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CVS-repository-migration-to-subversion-tp26422675p26422675.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405817</id>
	<title>Getting started with cppunit and VS 2008</title>
	<published>2009-11-17T11:37:07Z</published>
	<updated>2009-11-17T11:37:07Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi, I've spent a number of hours yesterday and today trying to get cppunit up and going with VS 2008 (pro edition).
&lt;br&gt;I can't find a getting started/trouble shooting guide anywhere. &amp;nbsp;I get the following message when I try to build TestRunner:
&lt;br&gt;&lt;br&gt;1&amp;gt;------ Build started: Project: TestRunner, Configuration: Debug Unicode Win32 ------
&lt;br&gt;1&amp;gt;Compiling...
&lt;br&gt;1&amp;gt;MsDevCallerListCtrl.cpp
&lt;br&gt;1&amp;gt;.\MsDevCallerListCtrl.cpp(67) : error C3505: cannot load type library '{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}'
&lt;br&gt;1&amp;gt;.\MsDevCallerListCtrl.cpp(67) : fatal error C1104: fatal error importing libid: '80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2'
&lt;br&gt;1&amp;gt;Creating browse information file...
&lt;br&gt;1&amp;gt;Microsoft Browse Information Maintenance Utility Version 9.00.30729
&lt;br&gt;1&amp;gt;Copyright (C) Microsoft Corporation. All rights reserved.
&lt;br&gt;1&amp;gt;BSCMAKE: error BK1506 : cannot open file '.\DebugUnicode\MsDevCallerListCtrl.sbr': No such file or directory
&lt;br&gt;1&amp;gt;Build log was saved at &amp;quot;file://c:\cppunit-1.12.1\src\msvc6\testrunner\DebugUnicode\BuildLog.htm&amp;quot;
&lt;br&gt;1&amp;gt;TestRunner - 3 error(s), 0 warning(s)
&lt;br&gt;========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
&lt;br&gt;&lt;br&gt;Any suggestions?
&lt;br&gt;Thanks
&lt;br&gt;Roger
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405817&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Getting-started-with-cppunit-and-VS-2008-tp26405817p26405817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26315966</id>
	<title>Proble while building the CppUnit</title>
	<published>2009-11-12T01:48:06Z</published>
	<updated>2009-11-12T01:48:06Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;div&gt;Hi,&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;I am a new user for Cppunit and haven&amp;#39;t worked much on the .NET framework also. I have downloaded the current version of Cppunit i.e 1.12.1. I have Visual studio 2008 installed. The problem is that when building the cppunit project it does not extract a particular dll called testrunnerd.dll. Due to this I cannot run any test case. &lt;br&gt;
 &lt;br&gt;Any suggestions as to what might be the problem.&lt;br&gt;Waiting for your input&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26315966&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Proble-while-building-the-CppUnit-tp26315966p26315966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26315931</id>
	<title>Fwd: Having problem while building the cppunit</title>
	<published>2009-11-12T01:44:51Z</published>
	<updated>2009-11-12T01:44:51Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;
&lt;div class=&quot;gmail_quote&quot;&gt;---------- Forwarded message ----------&lt;br&gt;From: &lt;b class=&quot;gmail_sendername&quot;&gt;Tapan Singh&lt;/b&gt; &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26315931&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tapansingh17@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;Date: Thu, Nov 12, 2009 at 3:13 PM&lt;br&gt;
Subject: Having problem while building the cppunit&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26315931&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cppunit-devel-request@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;div&gt;Hi,&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt; I am a new user for Cppunit and haven&amp;#39;t worked much on the .NET framework also. I have downloaded the current version of Cppunit i.e 1.12.1. I have Visual studio 2008 installed. The problem is that when building the cppunit project it does not extract a particular dll called testrunnerd.dll. Due to this I cannot run any test case. &lt;/div&gt;

&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Any suggestions as to what might be the problem.&lt;br&gt;Waiting for your input&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;
&lt;div&gt;Tapan Singh&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26315931&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Having-problem-while-building-the-cppunit-tp26315931p26315931.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22430839</id>
	<title>First post</title>
	<published>2009-03-10T02:37:01Z</published>
	<updated>2009-03-10T02:37:01Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;I subscribed to the list last week and since it has been quite quiet I
&lt;br&gt;thought I could introduce myself as a heavy user of CppUnit that would
&lt;br&gt;like to contribute to its development. So if you think you could get
&lt;br&gt;some use of some extra hand, just drop me a hint.
&lt;br&gt;I do g++ on linux here.
&lt;br&gt;Cheers,
&lt;br&gt;JC!
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22430839&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/First-post-tp22430839p22430839.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21494848</id>
	<title>Training &amp; Jobs</title>
	<published>2009-01-16T00:50:15Z</published>
	<updated>2009-01-16T00:50:15Z</updated>
	<author>
		<name>KiranUS</name>
	</author>
	<content type="html">“Join us to make future”
&lt;br&gt;FOR OPT/F-1 STUDENTS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FREE TRAINING 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FOOD ACCOMODATION 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; H1B PROCESSING 
&lt;br&gt;FOR L1/ L2/ H1/ H4/ EAD/ GC 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; EXCELLENT OPPRTUNITIES 
&lt;br&gt;&amp;nbsp;	TRAINING 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PLACEMENT 
&lt;br&gt;Highly Competitive offers for New H1b Transfers
&lt;br&gt;&lt;br&gt;About Us:
&lt;br&gt;V2 technology inc is serving NJ since 2005, for us our employees are 
&lt;br&gt;of utmost importance. Our highly skilled and dedicated instructors 
&lt;br&gt;train you explicitly in market-related technologies for today and 
&lt;br&gt;tomorrow. We will work with you in developing marketing strategies 
&lt;br&gt;and finding the assignments of your choice.
&lt;br&gt;We not only help you get a job but we build your long lasting 
&lt;br&gt;careers!!! 
&lt;br&gt;What are we Looking for:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Excellent communication skills. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Valid F1/ OPT/ CPT/ H1/ H4/ L1 or valid work status &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;(EAD, GC). 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Bachelors’ degree in CS/ IT or previous IT experience. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Preferably (not mandatory) Master's Degree in Computers/ 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Electronics or previous IT experience. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Willing to relocate anywhere in USA.
&lt;br&gt;&lt;br&gt;What’s The Deal: 
&lt;br&gt;&amp;nbsp; &amp;nbsp;H1-B sponsorship to F1/ OPT/ H4/ L1/ L2/ E3/ EAD 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Transfer of H1 &amp; L1 visas. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Green Card sponsorship through PERM 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Job focused professional training in 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Java/ J2EE 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; .NET 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Documentum 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Share point 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Oracle 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Data Modeling 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Relocation assistance- airfare, hotel accommodation, car rental 
&lt;br&gt;&amp;nbsp; &amp;nbsp;etc 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Guarantee lowest bench period. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Employee referral program. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Effective Resume writing help, Marketing and Placement. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Technical mock interviews. Preparation of In Person Interviews 
&lt;br&gt;&lt;br&gt;100% Guaranteed placement 
&lt;br&gt;Get in Touch:
&lt;br&gt;Contact immediately to know more about the opportunities with us 
&lt;br&gt;at:609-843-0312 
&lt;br&gt;or 
&lt;br&gt;write mail at jobs@v2techinc.com
&lt;br&gt;Contact person : John
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Training---Jobs-tp21494848p21494848.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21365254</id>
	<title>How to auto-email owner of failed test in nightly build?</title>
	<published>2009-01-08T18:41:03Z</published>
	<updated>2009-01-08T18:41:03Z</updated>
	<author>
		<name>Papa Legba</name>
	</author>
	<content type="html">I want to run CppUnit regresion tests for the nightly build and automatically send an email to the &amp;quot;owner&amp;quot; of a failed test (it might not be his code, but he owns the fucntionality besing tested).
&lt;br&gt;&lt;br&gt;I imagine that I need to extand a particular class which represnts a test (fixture?), and add a member to hold a string with an email address which can be assigned in each test case.
&lt;br&gt;&lt;br&gt;Then I need to find the code which handles a failed test and add a line to send an email to the functional owner of the test (and maybe the project manager, etc). I may take this further in future, updating a wiki page, etc - but I don't know where to add the code.
&lt;br&gt;&lt;br&gt;Can anyone help on these two questions? Thanks in advance.&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-auto-email-owner-of-failed-test-in-nightly-build--tp21365254p21365254.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16628159</id>
	<title>Re: Problem with configure isfinite/finite detection</title>
	<published>2008-04-11T10:17:34Z</published>
	<updated>2008-04-11T10:17:34Z</updated>
	<author>
		<name>JamesPiechota</name>
	</author>
	<content type="html">I've hit this issue on SuSE Linux 9.3. In my case the problem is due to
&lt;br&gt;cmath replacing the isfinite function (see here for a discussion:
&lt;br&gt;&lt;a href=&quot;http://lists.apple.com/archives/Darwin-development/2002/Aug/msg00485.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.apple.com/archives/Darwin-development/2002/Aug/msg00485.html&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Updating the include/cppunit/portability/FloatingPoint.h file to call
&lt;br&gt;std::isfinite when CPPUNIT_HAVE_CMATH is defined worked for me. Here's the
&lt;br&gt;diff:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- FloatingPoint.h.orig &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2008-04-11 09:56:04.000000000 -0700
&lt;br&gt;+++ FloatingPoint.h &amp;nbsp; &amp;nbsp; 2008-04-11 09:52:27.000000000 -0700
&lt;br&gt;@@ -2,7 +2,10 @@
&lt;br&gt;&amp;nbsp;#define CPPUNIT_PORTABILITY_FLOATINGPOINT_H_INCLUDED
&lt;br&gt;&lt;br&gt;&amp;nbsp;#include &amp;lt;cppunit/Portability.h&amp;gt;
&lt;br&gt;+
&lt;br&gt;+#if not defined(CPPUNIT_HAVE_CMATH)
&lt;br&gt;&amp;nbsp;#include &amp;lt;math.h&amp;gt;
&lt;br&gt;+#endif
&lt;br&gt;&lt;br&gt;&amp;nbsp;CPPUNIT_NS_BEGIN
&lt;br&gt;&lt;br&gt;@@ -37,7 +40,9 @@
&lt;br&gt;&amp;nbsp;/// @return \c true if x is neither a NaN, nor +inf, nor -inf, \c false
&lt;br&gt;otherwise.
&lt;br&gt;&amp;nbsp;inline int floatingPointIsFinite( double x )
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;-#if defined(CPPUNIT_HAVE_ISFINITE)
&lt;br&gt;+#if defined(CPPUNIT_HAVE_CMATH)
&lt;br&gt;+ &amp;nbsp; return std::isfinite( x );
&lt;br&gt;+#elif defined(CPPUNIT_HAVE_ISFINITE)
&lt;br&gt;&amp;nbsp; &amp;nbsp; return isfinite( x );
&lt;br&gt;&amp;nbsp;#elif defined(CPPUNIT_HAVE_FINITE)
&lt;br&gt;&amp;nbsp; &amp;nbsp; return finite( x );
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-configure-isfinite-finite-detection-tp9154892p16628159.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16491563</id>
	<title>Re: Problem with configure isfinite/finite detection</title>
	<published>2008-04-04T07:31:35Z</published>
	<updated>2008-04-04T07:31:35Z</updated>
	<author>
		<name>mostekcm</name>
	</author>
	<content type="html">The problem is not that it doesn't find isfinite (it shouldn't on Solaris 10 from what I saw), but that configure does find finite when it should not find that either. &amp;nbsp;My fix for this was to comment out line 21700 in configure for cppunit-1.12.1:
&lt;br&gt;//char $ac_func();
&lt;br&gt;&lt;br&gt;This line causes the configure test compilation to find finite() even though it is not defined in any Solaris 10 header I can find. &amp;nbsp;I've tried to understand the comment attempting to describe why that line is there, but I'm still confused as to what was trying to be solved.
&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;&lt;br&gt;Carlos
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;cppunit-devel mailing list wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi Baptiste,
&lt;br&gt;&lt;br&gt;The configure test for isfinite() is performed by compiling with C++ &amp;nbsp;
&lt;br&gt;compiler and linking with -lm. &amp;nbsp;See config/ax_cxx_have_isfinite.m4 for &amp;nbsp;
&lt;br&gt;the macro itself, and see config.log for the detailed output.
&lt;br&gt;&lt;br&gt;I'm very surprised that it is detected at configure time but the &amp;nbsp;
&lt;br&gt;function is not defined at compile time. &amp;nbsp;Can you check carefully &amp;nbsp;
&lt;br&gt;config.log and to see whether different compiler options might account &amp;nbsp;
&lt;br&gt;for this?
&lt;br&gt;&lt;br&gt;The only other thing that comes to mind is that the real code is &amp;nbsp;
&lt;br&gt;inside namespace CppUnit, whereas the configure test is not. &amp;nbsp;Do we &amp;nbsp;
&lt;br&gt;need to qualify it to ::isfinite()?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Puzzled,
&lt;br&gt;-Steve
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;Take Surveys. Earn Cash. Influence the Future of IT
&lt;br&gt;Join SourceForge.net's Techsay panel and you'll get the chance to share your
&lt;br&gt;opinions on IT &amp; business topics through brief surveys-and earn cash
&lt;br&gt;&lt;a href=&quot;http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.techsay.com/default.php?page=join.php&amp;p=sourceforge&amp;CID=DEVDEV&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;Cppunit-devel@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-configure-isfinite-finite-detection-tp9154892p16491563.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15600453</id>
	<title>Re: Fixing warnings in cppunit-1.12.0</title>
	<published>2008-02-20T14:27:19Z</published>
	<updated>2008-02-20T14:27:19Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt; So the question to you is: &amp;nbsp;what next? &amp;nbsp;Does this seem like a worthwhile&lt;br&gt;

&amp;gt; patch submission for cppunit? &amp;nbsp;If so, should I post the patch to this list?&lt;br&gt;
&amp;gt; &amp;nbsp;Or send it to someone particular? &amp;nbsp;Is a patch against 1.12.0 good enough,&lt;br&gt;
&amp;gt; or should I generate a patch against the latest CVS sources? &amp;nbsp;I&amp;#39;ve never&lt;br&gt;
&amp;gt; tried to feed stuff back to a sourceforge project before, so I&amp;#39;m not quite&lt;br&gt;
&amp;gt; sure how to proceed.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;This sounds like a worthwhile patch. &amp;nbsp;To increase your chances of&lt;br&gt;
having it applied: make it easy on us developers by creating a patch&lt;br&gt;
against CVS HEAD.&lt;br&gt;
&lt;br&gt;
The preferred method to submit a patch is the patch tracker page&lt;br&gt;
at &lt;a href=&quot;http://sourceforge.net/tracker/?group_id=11795&amp;amp;atid=311795&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/tracker/?group_id=11795&amp;amp;atid=311795&lt;/a&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/div&gt;&lt;div&gt;
Okay -- I just submitted the patch against CVS HEAD to the patch tracker. &amp;nbsp;It seems that 1.12.1 fixed a number of the issues that I had in 1.12.0, making the patch somewhat less interesting but hopefully still worthwhile.&lt;/div&gt;
&lt;div&gt;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/div&gt;&lt;div&gt;Please let me know if you have any problems with the patch.&lt;/div&gt;&lt;div&gt;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;&lt;/div&gt;&lt;div&gt;Dan&lt;/div&gt;&lt;div&gt;&lt;br class=&quot;webkit-block-placeholder&quot;&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15600453&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Fixing-warnings-in-cppunit-1.12.0-tp15443290p15600453.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15583122</id>
	<title>Re: Next release of CppUnit</title>
	<published>2008-02-19T22:16:56Z</published>
	<updated>2008-02-19T22:16:56Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">On Wed, Feb 13, 2008 at 02:03:52PM +0530, CppUnit development mailing list wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;Can anybody tell me when is the CppUnit 2.0 is getting released? Is
&lt;br&gt;&amp;gt; there any Beta version available?
&lt;br&gt;&lt;br&gt;I just released the latest version: 1.12.1. &amp;nbsp;It's got a few fixes
&lt;br&gt;over 1.12.0:
&lt;br&gt;&lt;br&gt;&amp;nbsp; New in CppUnit 1.12.1:
&lt;br&gt;&amp;nbsp; ----------------------
&lt;br&gt;&lt;br&gt;* Assertion:
&lt;br&gt;&lt;br&gt;&amp;nbsp; - CPPUNIT_ASSERT_DOUBLES_EQUAL() now properly handles non-finite
&lt;br&gt;&amp;nbsp; &amp;nbsp; values, specifically NaN, +Inf, and -Inf.
&lt;br&gt;&lt;br&gt;* Portability: 
&lt;br&gt;&lt;br&gt;&amp;nbsp; - Fixed some compilation issue for QtTestRunner.
&lt;br&gt;&amp;nbsp; - Code should build on Windows in UNICODE mode.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;-Steve
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15583122&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/15583122/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Next-release-of-CppUnit-tp15451720p15583122.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15582478</id>
	<title>Re: Fixing warnings in cppunit-1.12.0</title>
	<published>2008-02-19T20:59:24Z</published>
	<updated>2008-02-19T20:59:24Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">On Tue, Feb 12, 2008 at 04:16:02PM -0500, CppUnit development mailing list wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I've produced a patch which quiets compiler warnings for
&lt;br&gt;&amp;gt; cppunit-1.12.0under g++-
&lt;br&gt;&amp;gt; 4.1. &amp;nbsp;Is there some way I can contribute this patch to the project?
&lt;br&gt;&lt;br&gt;Of course there is!
&lt;br&gt;&lt;br&gt;&amp;gt; So the question to you is: &amp;nbsp;what next? &amp;nbsp;Does this seem like a worthwhile
&lt;br&gt;&amp;gt; patch submission for cppunit? &amp;nbsp;If so, should I post the patch to this list?
&lt;br&gt;&amp;gt; &amp;nbsp;Or send it to someone particular? &amp;nbsp;Is a patch against 1.12.0 good enough,
&lt;br&gt;&amp;gt; or should I generate a patch against the latest CVS sources? &amp;nbsp;I've never
&lt;br&gt;&amp;gt; tried to feed stuff back to a sourceforge project before, so I'm not quite
&lt;br&gt;&amp;gt; sure how to proceed.
&lt;br&gt;&lt;br&gt;This sounds like a worthwhile patch. &amp;nbsp;To increase your chances of
&lt;br&gt;having it applied: make it easy on us developers by creating a patch
&lt;br&gt;against CVS HEAD.
&lt;br&gt;&lt;br&gt;The preferred method to submit a patch is the patch tracker page
&lt;br&gt;at &lt;a href=&quot;http://sourceforge.net/tracker/?group_id=11795&amp;atid=311795&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/tracker/?group_id=11795&amp;atid=311795&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Steve
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15582478&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/15582478/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Fixing-warnings-in-cppunit-1.12.0-tp15443290p15582478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15451720</id>
	<title>Next release of CppUnit</title>
	<published>2008-02-13T00:33:52Z</published>
	<updated>2008-02-13T00:33:52Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;html xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;


&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anybody tell me when is the
CppUnit 2.0 is getting released? Is there any Beta version available?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Regards&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt;
font-family:Arial'&gt;Anoop&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;br&gt;&lt;a href=http://www.patni.com target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.patni.com&lt;/a&gt;&lt;br&gt;
World-Wide Partnerships. World-Class Solutions.
&lt;br&gt;
_____________________________________________________________________
&lt;br&gt; &lt;br&gt;
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15451720&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;netadmin@...&lt;/a&gt; and delete this mail. &lt;br&gt;
_____________________________________________________________________
&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15451720&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Next-release-of-CppUnit-tp15451720p15451720.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15443997</id>
	<title>Re: Fixing warnings in cppunit-1.12.0</title>
	<published>2008-02-12T13:50:14Z</published>
	<updated>2008-02-12T13:50:14Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;I think this is a worthwile patch to be included in cppunit. For instance, I'm 
&lt;br&gt;also working in a project where we want to avoid warnings from GCC following 
&lt;br&gt;the guidelines of Scott Meyer's &amp;quot;Effective C++&amp;quot;.
&lt;br&gt;&lt;br&gt;Am Dienstag, 12. Februar 2008 schrieb CppUnit development mailing list:
&lt;br&gt;&amp;gt; I've produced a patch which quiets compiler warnings for
&lt;br&gt;&amp;gt; cppunit-1.12.0under g++-
&lt;br&gt;&amp;gt; 4.1. &amp;nbsp;Is there some way I can contribute this patch to the project?
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------------
&lt;br&gt;&amp;gt; include/cppunit/extensions/TestFixtureFactory.h:16: warning: 'class
&lt;br&gt;&amp;gt; CppUnit::TestFixtureFactory' has virtual functions but non-virtual
&lt;br&gt;&amp;gt; destructor
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; include/cppunit/extensions/TestFixtureFactory.h:29: warning: 'class
&lt;br&gt;&amp;gt; CppUnit::ConcretTestFixtureFactory' has virtual functions but non-virtual
&lt;br&gt;&amp;gt; destructor
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------------
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; So the question to you is: &amp;nbsp;what next? &amp;nbsp;Does this seem like a worthwhile
&lt;br&gt;&amp;gt; patch submission for cppunit? &amp;nbsp;If so, should I post the patch to this list?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Marcel Winandy
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15443997&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Fixing-warnings-in-cppunit-1.12.0-tp15443290p15443997.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15443290</id>
	<title>Re: Fixing warnings in cppunit-1.12.0</title>
	<published>2008-02-12T13:16:02Z</published>
	<updated>2008-02-12T13:16:02Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi -&lt;br&gt;&amp;nbsp;&lt;br&gt;I&amp;#39;ve produced a patch which quiets compiler warnings for cppunit-1.12.0 under g++-4.1. &amp;nbsp;Is there some way I can contribute this patch to the project?&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;br&gt;In more detail:&lt;br&gt;&lt;br&gt;I work in an environment where we do not allow compiler warnings about our code to persist. &amp;nbsp;In detail, we run g++ (4.1 in my case) with &amp;quot;-ansi -W -Wall -Werror&amp;quot; and fail the build on any warning. &amp;nbsp;All this would be fine, except that we get compiler warnings from the cppunit headers themselves:&lt;br&gt;
&lt;br&gt;---------------------------------------------------------------------------&lt;br&gt;include/cppunit/extensions/TestFixtureFactory.h:16: warning: &amp;#39;class CppUnit::TestFixtureFactory&amp;#39; has virtual functions but non-virtual destructor&lt;br&gt;
&amp;nbsp;&lt;br&gt;include/cppunit/extensions/TestFixtureFactory.h:29: warning: &amp;#39;class CppUnit::ConcretTestFixtureFactory&amp;#39; has virtual functions but non-virtual destructor&lt;br&gt;----------------------------------------------------------------------------&lt;br&gt;
&lt;br&gt;&lt;br&gt;For our own local purposes, I decided to patch 1.12.0 such that it would build under our no-warnings setting without problems. &amp;nbsp;The patch is relatively small - covering 15 files and very few lines of code.&amp;nbsp; I&amp;#39;m currently maintaining the patch locally, but I think it would make more sense to feed it back to the cppunit project since I think that it&amp;#39;s broadly useful to have the unit-test framework be sufficiently clean to allow high levels of compiler-based checking without problems. &amp;nbsp;(I know I&amp;#39;m not the only person with this issue -- see, for instance, &lt;a href=&quot;http://www.calitko.org/source-talk/682.&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.calitko.org/source-talk/682.&lt;/a&gt;)&lt;br&gt;
&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;br&gt;So the question to you is: &amp;nbsp;what next? &amp;nbsp;Does this seem like a worthwhile patch submission for cppunit? &amp;nbsp;If so, should I post the patch to this list? &amp;nbsp;Or send it to someone particular? &amp;nbsp;Is a patch against 1.12.0 good enough, or should I generate a patch against the latest CVS sources? &amp;nbsp;I&amp;#39;ve never tried to feed stuff back to a sourceforge project before, so I&amp;#39;m not quite sure how to proceed.&lt;br&gt;
&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&amp;nbsp;&lt;br&gt;Dan&lt;br&gt;&lt;br&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15443290&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Fixing-warnings-in-cppunit-1.12.0-tp15443290p15443290.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15221005</id>
	<title>time for release</title>
	<published>2008-01-31T21:29:09Z</published>
	<updated>2008-01-31T21:29:09Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi all, especially blep:
&lt;br&gt;&lt;br&gt;Do you suppose we should make a new release?
&lt;br&gt;&lt;br&gt;The current release, 1.12.0 doesn't build with gcc 4.3.
&lt;br&gt;CVS, however, does build.
&lt;br&gt;&lt;br&gt;I'm happy to re-run the autotools and create the .tar.gz file.
&lt;br&gt;Should it be 1.14?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Steve
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2008.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15221005&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/15221005/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/time-for-release-tp15221005p15221005.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13623720</id>
	<title>Re: visual studio 2005 wizard for cpp unit</title>
	<published>2007-11-07T01:21:13Z</published>
	<updated>2007-11-07T01:21:13Z</updated>
	<author>
		<name>anniehui</name>
	</author>
	<content type="html">Hi Paul,
&lt;br&gt;&lt;br&gt;I am a newbie in C++. 
&lt;br&gt;1. Is it CPPUNIT\Include to be an existing folder? If not where should I create the folder and what is in the folder?
&lt;br&gt;Where can I get the cppunit.lib without required to rebuiled it again in the solution?
&lt;br&gt;%CPPUNITDIR%\Include contains the folder CPPUNIT\Include and 
&lt;br&gt;%CPPUNITDIR%\LIB contains the CPPUnit LIB files e.g. cppunit.lib.
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Annie
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;coding-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Attached is a 7.zip file containing a Visual Studio 2005 wizard for use with
&lt;br&gt;CPPUnit.
&lt;br&gt;Also attached are the readme.txt file for the wizard and readme.txt template
&lt;br&gt;of the project it generates.
&lt;br&gt;I have found these very useful so I though I would share them.
&lt;br&gt;&lt;br&gt;Paul 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;CPPUnitProjectWizard
&lt;br&gt;&lt;br&gt;20/5/2006 Paul Gibbons Version 1
&lt;br&gt;&lt;br&gt;Use the CPPUnitProjectWizard wizard to create a Visual Studio 2005 project to support use of CPPUnit to test a class. 
&lt;br&gt;&lt;br&gt;To install the wizard:
&lt;br&gt;1. Copy the files:
&lt;br&gt;&amp;nbsp; &amp;nbsp; CPPUnitProjectWizard.vsdir &amp;nbsp;- Names the wizard
&lt;br&gt;&amp;nbsp; &amp;nbsp; CPPUnitProjectWizard.vsz &amp;nbsp; &amp;nbsp;- tells VS8 where to find the Wizard
&lt;br&gt;&amp;nbsp;into the VCProjects folder of your Visual Studio 8 installation.
&lt;br&gt;&lt;br&gt;2. Copy the whole CPPUnitProjectWizard solution folder into the VCWizards folder of your Visual Studio 8 installation.
&lt;br&gt;The project file CPPUnitProjectWizard.vcproj should be in
&lt;br&gt;e.g. c:\Program Files\Microsoft Visual Studio 8\VC\VCWizards\CPPUnitProjectWizard\CPPUnitProjectWizard
&lt;br&gt;&lt;br&gt;or else copy the project to anywhere you like and edit CPPUnitProjectWizard.vsz to define the
&lt;br&gt;parameter &amp;quot;ABSOLUTE_PATH&amp;quot;.
&lt;br&gt;Param=&amp;quot;ABSOLUTE_PATH = c:\Program Files\Microsoft Visual Studio 8\VC\VCWizards\CPPUnitProjectWizard\CPPUnitProjectWizard&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;The project requires that the environment variable CPPUNITDIR is defined so that
&lt;br&gt;%CPPUNITDIR%\Include contains the folder CPPUNIT\Include and
&lt;br&gt;%CPPUNITDIR%\LIB contains the CPPUnit LIB files e.g. cppunit.lib.
&lt;br&gt;========================================================================
&lt;br&gt;&amp;nbsp; &amp;nbsp; CPPUnitProjectWizard : [!output PROJECT_NAME] Project Overview
&lt;br&gt;========================================================================
&lt;br&gt;&lt;br&gt;The CPPUnitProjectWiard has created this project to support use of CPPUnit to
&lt;br&gt;test the class [!output TESTCLASSNAME] using the class [!output TESTCLASSNAME]_Test.
&lt;br&gt;&lt;br&gt;Ensure the environment variable CPPUNITDIR is defined so that
&lt;br&gt;%CPPUNITDIR%\Include contains the folder CPPUNIT\Include and
&lt;br&gt;%CPPUNITDIR%\LIB contains the CPPUnit LIB files e.g. cppunit.lib and DllPlugInTesterd_dll.exe
&lt;br&gt;&lt;br&gt;Files created are:
&lt;br&gt;&lt;br&gt;[! output TESTCLASSNAME ].h &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; declares the class [!output TESTCLASSNAME]
&lt;br&gt;[! output TESTCLASSNAME ].cpp &amp;nbsp; &amp;nbsp; &amp;nbsp; - &amp;nbsp; defines the class [!output TESTCLASSNAME]
&lt;br&gt;[! output TESTCLASSNAME ]_Test.h &amp;nbsp; &amp;nbsp;- &amp;nbsp; declares the class [!output TESTCLASSNAME]_Test
&lt;br&gt;[! output TESTCLASSNAME ]_Test.cpp &amp;nbsp;- &amp;nbsp; defines the class [!output TESTCLASSNAME]_Test
&lt;br&gt;&lt;br&gt;readme.txt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; this file
&lt;br&gt;SimplePlugIn.cpp &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- &amp;nbsp; Implements all the plug-in stuffs, WinMain...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Running the tests are run following successful building of the project using a Post Build event to run
&lt;br&gt;&lt;br&gt;$(CPPUNITDIR)\lib\DllPlugInTesterd_dll.exe -b --xml tests.xml -c &amp;quot;$(TargetPath)&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;Cppunit-devel@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/visual-studio-2005-wizard-for-cpp-unit-tp4809724p13623720.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-13272746</id>
	<title>errors compiling HostApp (Visual Studio 2005)</title>
	<published>2007-10-18T05:35:24Z</published>
	<updated>2007-10-18T05:35:24Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Just downloaded:
&lt;br&gt;cppunit-1.12.0
&lt;br&gt;&lt;br&gt;I trying to get integration into Visual studio running
&lt;br&gt;&lt;br&gt;I do follow INSTALL-WIN32.txt
&lt;br&gt;&lt;br&gt;Quick Steps to compile &amp; run a sample using the GUI TestRunner:
&lt;br&gt;- Open examples/examples.dsw in VC++ (contains all the samples).
&lt;br&gt;&amp;nbsp; VC7 will ask you if you want to convert, anwser 'yes to all'.
&lt;br&gt;- Make HostApp the Active project
&lt;br&gt;- Compile
&lt;br&gt;&lt;br&gt;Unfortunately this are the errors I got.
&lt;br&gt;&lt;br&gt;1&amp;gt;.\MsDevCallerListCtrl.cpp(67) : error C3505: cannot load type
&lt;br&gt;library '{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}'
&lt;br&gt;1&amp;gt;.\MsDevCallerListCtrl.cpp(67) : fatal error C1104: fatal error
&lt;br&gt;importing libid: '80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2'
&lt;br&gt;1&amp;gt;Creating browse information file...
&lt;br&gt;1&amp;gt;Microsoft Browse Information Maintenance Utility Version 8.00.50727
&lt;br&gt;1&amp;gt;Copyright (C) Microsoft Corporation. All rights reserved.
&lt;br&gt;1&amp;gt;BSCMAKE: error BK1506 : cannot open file
&lt;br&gt;'.\debugunicode\MsDevCallerListCtrl.sbr': No such file or directory
&lt;br&gt;1&amp;gt;Build log was saved at
&lt;br&gt;&amp;quot;file://e:\work\cppunit\cppunit-1.12.0\src\msvc6\testrunner\DebugUnicode\BuildLog.htm&amp;quot;
&lt;br&gt;1&amp;gt;TestRunner - 3 error(s), 0 warning(s)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;W. Eryk Wolski
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=13272746&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/errors-compiling-HostApp-%28Visual-Studio-2005%29-tp13272746p13272746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12871778</id>
	<title>cppunit with cygwin problem</title>
	<published>2007-09-24T19:49:14Z</published>
	<updated>2007-09-24T19:49:14Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">a simple cppunit code worked fine in Linux but failed in Cygwin. &amp;nbsp;the
&lt;br&gt;libcppunit.a in cygwin was compiled from 1.12.0. &amp;nbsp;the second statement
&lt;br&gt;in the below statement sequence lead to a core dump. however, if when
&lt;br&gt;i removed all test cases, below statements run okay.
&lt;br&gt;&lt;br&gt;CppUnit::TestFactory &amp;registry = CppUnit::TestFactoryRegistry::getRegistry()
&lt;br&gt;runner.addTest( registry.makeTest() );
&lt;br&gt;&lt;br&gt;any clue? &amp;nbsp;thanks.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;woody
&lt;br&gt;&lt;br&gt;then sun rose thinly from the sea and the old man could see the other
&lt;br&gt;boats, low on the water and well in toward the shore, spread out
&lt;br&gt;across the current.
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2005.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12871778&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cppunit-with-cygwin-problem-tp12871778p12871778.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12772125</id>
	<title>CPP Unit questions</title>
	<published>2007-09-11T11:52:28Z</published>
	<updated>2007-09-11T11:52:28Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 3.2//EN&quot;&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;META NAME=&quot;Generator&quot; CONTENT=&quot;MS Exchange Server version 6.5.7652.24&quot;&gt;
&lt;TITLE&gt;CPP Unit questions&lt;/TITLE&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;!-- Converted from text/rtf format --&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;1) Do you have any static analysis capablility?&lt;/FONT&gt;

&lt;BR&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;(This is basically a code checker/parser that checks for a set of C++ coding standard violations)&lt;/FONT&gt;
&lt;/P&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;2) Do you have any assembly branch coverage support?&lt;/FONT&gt;

&lt;BR&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;(This would check that all branches in the code are tested down to the assembly language code. Interested in PPC7410 assembly)&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;3) Are there any automated tools that parse C++ source and automatically generate a majority branch coverage?&lt;/FONT&gt;
&lt;/P&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;4) Are there any training classes available?&lt;/FONT&gt;
&lt;/P&gt;

&lt;P&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;Thanks,&lt;/FONT&gt;

&lt;BR&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;Brian Brody&lt;/FONT&gt;

&lt;BR&gt;&lt;FONT SIZE=2 FACE=&quot;Arial&quot;&gt;NGC Software&lt;/FONT&gt;
&lt;/P&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Microsoft
&lt;br&gt;Defy all challenges. Microsoft(R) Visual Studio 2005.
&lt;br&gt;&lt;a href=&quot;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12772125&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CPP-Unit-questions-tp12772125p12772125.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-12149021</id>
	<title>CppUnit2: assertion implementation change</title>
	<published>2007-08-14T11:33:33Z</published>
	<updated>2007-08-14T11:33:33Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-2022-jp&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16481&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I finally managed to find how to tackle the todo on 
assertion:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;- &lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;preserve the 
current scheme to implement an assertion: delegating to a function to allow 
overloading and&amp;nbsp;optional parameters&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;- but make it so that the user condition is 
evaluated first (and not SourceLocation check point object...) to make debugging 
easier.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;There is no change on existing assertion macros. 
But if you have written some custom assertions, you will need to update the 
code. See CPPUT_BEGIN_ASSERTION_MACRO() documentation in testinfo.h for an 
example on how to update your existing assertion code.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Let's me know if you run into any issues as I was 
not able to compile this on all the usual compilers (only tested msvc71 &amp;amp; 
msvc80).&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Baptiste.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by: Splunk Inc.
&lt;br&gt;Still grepping through log files to find problems? &amp;nbsp;Stop.
&lt;br&gt;Now Search log events and configuration files using AJAX and a browser.
&lt;br&gt;Download your FREE copy of Splunk now &amp;gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://get.splunk.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://get.splunk.com/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=12149021&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CppUnit2%3A-assertion-implementation-change-tp12149021p12149021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11664391</id>
	<title>Invitation to a beta program to test statistics and reports for CppUnit</title>
	<published>2007-07-18T02:16:49Z</published>
	<updated>2007-07-18T02:16:49Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Viewtier has just finished integrating Parabuild and CppUnit.
&lt;br&gt;This includes CppUnit statistics and formatted logs. We would
&lt;br&gt;like to invite CppUnit community to join the beta program for
&lt;br&gt;Parabuild 3.2 to help us to test the integration.
&lt;br&gt;&lt;br&gt;Please visit Viewtier website for details:
&lt;br&gt;&lt;a href=&quot;http://www.viewtier.com/products/parabuild/eap/cppunit_eap.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.viewtier.com/products/parabuild/eap/cppunit_eap.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;Alex Pimenov
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11664391&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;apimenov@...&lt;/a&gt;
&lt;br&gt;www.viewtier.com
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11664391&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Invitation-to-a-beta-program-to-test-statistics-and-reports-for-CppUnit-tp11664391p11664391.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11656353</id>
	<title>Is it OK to post here an invitation to a beta program to test integration with CppUnit?</title>
	<published>2007-07-17T13:36:06Z</published>
	<updated>2007-07-17T13:36:06Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am wondering if it is OK to post here a brief invitation to a beta program to test Parabuild
&lt;br&gt;integration with CppUnit.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;Alex Pimenov
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11656353&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;apimenov@...&lt;/a&gt;
&lt;br&gt;www.viewtier.com
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11656353&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-it-OK-to-post-here-an-invitation-to-a-beta-program-to-test-integration-with-CppUnit--tp11656353p11656353.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11566995</id>
	<title>XmlOutputter::setStyleSheet not having any effect</title>
	<published>2007-07-12T13:16:19Z</published>
	<updated>2007-07-12T13:16:19Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">I'm passing a style sheet to XmlOutputter::setStyleSheet, but it has no
&lt;br&gt;effect on the output. &amp;nbsp;There are no runtime errors or complaints. &amp;nbsp;Is
&lt;br&gt;there something else I need to do to activate it?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11566995&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/XmlOutputter%3A%3AsetStyleSheet-not-having-any-effect-tp11566995p11566995.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11556273</id>
	<title>TimeOutTestCaller class</title>
	<published>2007-07-12T03:13:12Z</published>
	<updated>2007-07-12T03:13:12Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hello,&lt;br&gt;First sorry if my English is bad, i will try to explain my request.&lt;br&gt;I want to use &lt;a class=&quot;el&quot; href=&quot;http://www.hikerproject.org/doc/html/class_time_out_test_caller.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;TimeOutTestCaller&lt;/a&gt;  class in my test frame-work to create TestCase&amp;#39;s that run for 10 second for example. I found a example of usage here : 
&lt;a href=&quot;http://cppunit.sourceforge.net/doc/lastest/group___writing_test_fixture.html#ga5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cppunit.sourceforge.net/doc/lastest/group___writing_test_fixture.html#ga5&lt;/a&gt;&lt;br&gt;I have two questions about this class:&lt;br&gt;
1- I have many TestCase that i create with different parameters, i want to use TimeOutTestCaller with this TestCases, is-it possible?&lt;br&gt;2- Where can I found TimeOutTestCaller on cppunit?&amp;nbsp; because in the doxygen of CppUnit-1.12-0
&amp;nbsp; I don&amp;#39;t found documentation about this class . It seems that this&lt;br&gt;class doesn&amp;#39;t exist in the version of cppunit i have installed on my computer.&lt;br&gt;&lt;br&gt;Thank&amp;#39;s for the replier.&lt;br&gt;&lt;br&gt;Otmane&lt;br&gt;&lt;br&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11556273&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/TimeOutTestCaller-class-tp11556273p11556273.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11215958</id>
	<title>Building the samples</title>
	<published>2007-06-20T09:26:15Z</published>
	<updated>2007-06-20T09:26:15Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hello All,
&lt;br&gt;&lt;br&gt;I've built cppunit on Max OS X 10.4.9 and built and use the static
&lt;br&gt;version. &amp;nbsp;However, I want to use the dynamic libraries with the
&lt;br&gt;DLLPluginTester. &amp;nbsp;I have followed the build instructions for building a
&lt;br&gt;universal version from the home page and built everything. &amp;nbsp;However, for
&lt;br&gt;the samples, I get a message on the Terminal that there is nothing to be
&lt;br&gt;done for make all or make install for the plugin samples.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Making all in ClockerPlugIn
&lt;br&gt;&amp;gt;&amp;gt; make[2]: Nothing to be done for `all'.
&lt;br&gt;&amp;gt;&amp;gt; Making all in DumperPlugIn
&lt;br&gt;&amp;gt;&amp;gt; make[2]: Nothing to be done for `all'.
&lt;br&gt;&lt;br&gt;How do you build the plugin samples? &amp;nbsp;Any help would be appreciated.
&lt;br&gt;&lt;br&gt;BTW: I have build and run the plugin samples with the plugin tester on
&lt;br&gt;the PC using Dev Studio 2005 and everything works fine there.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Mike
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11215958&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/xsl-sample-files-tp6828767p11215958.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11194218</id>
	<title>Test suites are not registered.</title>
	<published>2007-06-19T06:27:51Z</published>
	<updated>2007-06-19T06:27:51Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; All the object files are archived using \&amp;quot;ar\&amp;quot;(linux command),and it is used to create a binary.
&lt;br&gt;&amp;nbsp; &amp;nbsp; On executing the binary, suites are not registered at initialization time.ie without calling CPPUNIT_TEST_SUITE_REGISTRATION the program control enters into the main. So my testcases are not executed. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; But without archiving the object files,when they are used directly &amp;nbsp;,the suites are registered and my test cases are executed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;operating system -fedora core 2
&lt;br&gt;&amp;nbsp; &amp;nbsp; g++ version-3.3.3.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;alamelu.s
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11194218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Test-suites-are-not-registered.-tp11194218p11194218.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-11191438</id>
	<title>How to write to test System Calls</title>
	<published>2007-06-19T03:36:50Z</published>
	<updated>2007-06-19T03:36:50Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;div&gt;Hi all,&lt;/div&gt;
&lt;div&gt;This is Sandeep.&lt;/div&gt;
&lt;div&gt;I have developed some multi threaded application in which i am using CreateThread system call.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;I need to test this application with CppUnit but i don&amp;#39;t know how to make a test for that System call.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Now Suppose if i replace this system call implementation with my own written dummy implementation then it might clash with system dlls.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Suppose if i don&amp;#39;t replace this system call implementation with my own then it might be the case that every time it succeeds, then &lt;/div&gt;
&lt;div&gt;i can&amp;#39;t be able to test my code for false cases also...&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Can any body helop me out.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thanks and Regards &lt;/div&gt;
&lt;div&gt;Sandeep&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=11191438&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-write-to-test-System-Calls-tp11191438p11191438.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-10997702</id>
	<title>Please add CppUnit to Coverity Scanner</title>
	<published>2007-06-06T15:26:38Z</published>
	<updated>2007-06-06T15:26:38Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hello Coverity,
&lt;br&gt;&lt;br&gt;I'm smr99 at sourceforge, one of the developers of CppUnit
&lt;br&gt;(&lt;a href=&quot;http://sourceforge.net/projects/cppunit&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/projects/cppunit&lt;/a&gt;). &amp;nbsp;I'd like to have you add
&lt;br&gt;CppUnit to your bug scanner (&lt;a href=&quot;http://scan.coverity.com/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://scan.coverity.com/index.html&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Steve
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=10997702&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/10997702/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-add-CppUnit-to-Coverity-Scanner-tp10997702p10997702.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-10985412</id>
	<title>Re: How to Test a Module that is dependent on other module?</title>
	<published>2007-06-06T03:42:37Z</published>
	<updated>2007-06-06T03:42:37Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">&lt;div&gt;Hello&lt;/div&gt;
&lt;div&gt;Ya i got what you wanna say.&lt;/div&gt;
&lt;div&gt;But i have another problem....&lt;/div&gt;
&lt;div&gt;Suppose i want to create test cases for system calls. for e.g. a call to createthread() &lt;/div&gt;
&lt;div&gt;or to createevent. how to provide test cases for those calls&lt;/div&gt;
&lt;div&gt;Suppose i replace those system calls with dummy functions. that&amp;#39;s fine but i think it will clash with system dlls. then how do i tackle this problem.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Thanks.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;gmail_quote&quot;&gt;On 6/4/07, &lt;b class=&quot;gmail_sendername&quot;&gt;CppUnit development mailing list&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=10985412&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cppunit-devel@...&lt;/a&gt;&amp;gt; wrote:&lt;/span&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid&quot;&gt;Hello Sandeep,&lt;br&gt;&lt;br&gt;Am Montag, 4. Juni 2007 schrieb CppUnit development mailing list:&lt;br&gt;&amp;gt; Can Any body tell me how to test any module that is itself dependent on
&lt;br&gt;&amp;gt; other modules.&lt;br&gt;&amp;gt; For example.&lt;br&gt;&amp;gt; i have class A having module named aProc().&lt;br&gt;&amp;gt; And suppose aProc() makes a call to any module declared in other class,&lt;br&gt;&amp;gt; lets say B.&lt;br&gt;[...]&lt;br&gt;&amp;gt; So here in Class A aProc() is dependent on 
b.bProc()&amp;#39;s output.&lt;br&gt;&amp;gt; So my question is that do i need to make a TestSuits for class B also along&lt;br&gt;&amp;gt; with class A.&lt;br&gt;&amp;gt; Remember i want to unit test only Class A and not B.&lt;br&gt;&lt;br&gt;What is the reason that you do not want to test class B in your scenario?
&lt;br&gt;Usually, you should do so also.&lt;br&gt;&lt;br&gt;But I assume that you are not able to test B for some reason (e.g. due to&lt;br&gt;remote implementation or something else). In this case it is common sense to&lt;br&gt;use a stub or a mock object of class B.
&lt;br&gt;&lt;br&gt;In C++ you can simply exchange the B.cpp implementation file, for example, and&lt;br&gt;provide your own implementation. This could be rather empty and just enough&lt;br&gt;code that A is working (stub), or it could contain additional test code that
&lt;br&gt;tests for, e.g., known input/output values or a counter of the amount of&lt;br&gt;calls to B::bProc(). The latter would be a mock object.&lt;br&gt;&lt;br&gt;I hope I got the point and this was help for you. :-)&lt;br&gt;&lt;br&gt;Kind regards,&lt;br&gt;
Marcel&lt;br&gt;&lt;br&gt;&lt;br&gt;--&lt;br&gt;Marcel Winandy&lt;br&gt;&lt;a href=&quot;http://www.prosec.rub.de/staff/winandy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.prosec.rub.de/staff/winandy.html&lt;/a&gt;&lt;br&gt;Horst Görtz Institute for IT Security, Ruhr-University Bochum&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;
http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________&lt;br&gt;Cppunit-devel mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=10985412&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=10985412&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-Test-a-Module-that-is-dependent-on-other-module--tp10944021p10985412.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-10946179</id>
	<title>Re: How to Test a Module that is dependent on other module?</title>
	<published>2007-06-04T03:07:59Z</published>
	<updated>2007-06-04T03:07:59Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hello Sandeep,
&lt;br&gt;&lt;br&gt;Am Montag, 4. Juni 2007 schrieb CppUnit development mailing list:
&lt;br&gt;&amp;gt; Can Any body tell me how to test any module that is itself dependent on
&lt;br&gt;&amp;gt; other modules.
&lt;br&gt;&amp;gt; For example.
&lt;br&gt;&amp;gt; i have class A having module named aProc().
&lt;br&gt;&amp;gt; And suppose aProc() makes a call to any module declared in other class,
&lt;br&gt;&amp;gt; lets say B.
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; So here in Class A aProc() is dependent on b.bProc()'s output.
&lt;br&gt;&amp;gt; So my question is that do i need to make a TestSuits for class B also along
&lt;br&gt;&amp;gt; with class A.
&lt;br&gt;&amp;gt; Remember i want to unit test only Class A and not B.
&lt;br&gt;&lt;br&gt;What is the reason that you do not want to test class B in your scenario? 
&lt;br&gt;Usually, you should do so also.
&lt;br&gt;&lt;br&gt;But I assume that you are not able to test B for some reason (e.g. due to 
&lt;br&gt;remote implementation or something else). In this case it is common sense to 
&lt;br&gt;use a stub or a mock object of class B.
&lt;br&gt;&lt;br&gt;In C++ you can simply exchange the B.cpp implementation file, for example, and 
&lt;br&gt;provide your own implementation. This could be rather empty and just enough 
&lt;br&gt;code that A is working (stub), or it could contain additional test code that 
&lt;br&gt;tests for, e.g., known input/output values or a counter of the amount of 
&lt;br&gt;calls to B::bProc(). The latter would be a mock object.
&lt;br&gt;&lt;br&gt;I hope I got the point and this was help for you. :-)
&lt;br&gt;&lt;br&gt;Kind regards,
&lt;br&gt;&amp;nbsp;Marcel
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Marcel Winandy
&lt;br&gt;&lt;a href=&quot;http://www.prosec.rub.de/staff/winandy.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.prosec.rub.de/staff/winandy.html&lt;/a&gt;&lt;br&gt;Horst Görtz Institute for IT Security, Ruhr-University Bochum
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=10946179&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-Test-a-Module-that-is-dependent-on-other-module--tp10944021p10946179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-10944021</id>
	<title>How to Test a Module that is dependent on other module?</title>
	<published>2007-06-03T23:32:36Z</published>
	<updated>2007-06-03T23:32:36Z</updated>
	<author>
		<name>cppunit-devel mailing list</name>
	</author>
	<content type="html">Hi All.&amp;nbsp;&lt;br&gt;Can Any body tell me how to test any module that is itself dependent on other modules.&amp;nbsp;&lt;br&gt;For example.&amp;nbsp;&lt;br&gt;i have class A having module named aProc().&amp;nbsp;&lt;br&gt;And suppose aProc() makes a call to any module declared in other class, lets say B.&amp;nbsp;
&lt;br&gt;as &amp;nbsp;&lt;br&gt;class A&amp;nbsp;&lt;br&gt;{&amp;nbsp;&lt;br&gt;//...&amp;nbsp;&lt;br&gt;bool aProc()&amp;nbsp;&lt;br&gt;{&amp;nbsp;&lt;br&gt;B b;&amp;nbsp;&lt;br&gt;if ( b.bProc()) // Call to B class&amp;#39; function &amp;nbsp;&lt;br&gt;{&amp;nbsp;&lt;br&gt;// DO SOMETHING&amp;nbsp;&lt;br&gt;}&amp;nbsp;&lt;br&gt;else&amp;nbsp;&lt;br&gt;{&amp;nbsp;&lt;br&gt;//DO SOMETHING&amp;nbsp;&lt;br&gt;}&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;br&gt;}&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;br&gt;So here in Class A aProc() is dependent on 
b.bProc()&amp;#39;s output.&amp;nbsp;&lt;br&gt;So my question is that do i need to make a TestSuits for class B also along with class A.&amp;nbsp;&lt;br&gt;Remember i want to unit test only Class A and not B.&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;br&gt;Regards,&amp;nbsp;&lt;br&gt;Sandeep.&amp;nbsp;&lt;br&gt;
&lt;br /&gt;-------------------------------------------------------------------------
&lt;br&gt;This SF.net email is sponsored by DB2 Express
&lt;br&gt;Download DB2 Express C - the FREE version of DB2 express and take
&lt;br&gt;control of your XML. No limits. Just data. Click to get it now.
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/powerbar/db2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/powerbar/db2/&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Cppunit-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=10944021&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cppunit-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/cppunit-devel&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/cppunit-devel-f3852.html&quot; embed=&quot;fixTarget[3852]&quot; target=&quot;_top&quot; &gt;cppunit-devel&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-Test-a-Module-that-is-dependent-on-other-module--tp10944021p10944021.html" />
</entry>

</feed>
