|
From: <f-r...@us...> - 2011-02-08 21:40:17
|
Revision: 231
http://netemul.svn.sourceforge.net/netemul/?rev=231&view=rev
Author: f-r-o-s-t
Date: 2011-02-08 21:40:10 +0000 (Tue, 08 Feb 2011)
Log Message:
-----------
create basic tools lib
Modified Paths:
--------------
trunk/test/cable/cable.pro
trunk/test/cable/tst_cabletest.cpp
Modified: trunk/test/cable/cable.pro
===================================================================
--- trunk/test/cable/cable.pro 2011-02-07 20:58:19 UTC (rev 230)
+++ trunk/test/cable/cable.pro 2011-02-08 21:40:10 UTC (rev 231)
@@ -6,7 +6,7 @@
QT += testlib
-TARGET = tst_cabletest
+TARGET = cable
CONFIG += console
CONFIG -= app_bundle
Modified: trunk/test/cable/tst_cabletest.cpp
===================================================================
--- trunk/test/cable/tst_cabletest.cpp 2011-02-07 20:58:19 UTC (rev 230)
+++ trunk/test/cable/tst_cabletest.cpp 2011-02-08 21:40:10 UTC (rev 231)
@@ -12,10 +12,10 @@
public:
private Q_SLOTS:
- void testCase1();
+ // void testCase1();
};
-
+/*
void CableTest::testCase1()
{
Cable *cable = new Cable();
@@ -29,6 +29,7 @@
QCOMPARE( cable->endPort() , dev2->findPortByName("LAN2") );
}
+*/
QTEST_MAIN(CableTest);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|