X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Fdata%2Flogicsegment.cpp;h=b5cf0ba45c85adad2b36b2a96870e34db5f75ae2;hp=fabcbd404ddb06a5a2703ad838507c890f6d607f;hb=bb19aac49414cc772a2a1e52730cbb2ca24b425c;hpb=4c60462b00cc329e61daedd1c2e66724077bd412 diff --git a/test/data/logicsegment.cpp b/test/data/logicsegment.cpp index fabcbd40..b5cf0ba4 100644 --- a/test/data/logicsegment.cpp +++ b/test/data/logicsegment.cpp @@ -14,20 +14,21 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include -#include +#include #include #include +#if 0 using pv::data::LogicSegment; using std::vector; +#endif // Dummy, remove again when unit tests are fixed. BOOST_AUTO_TEST_SUITE(DummyTestSuite) @@ -421,7 +422,7 @@ BOOST_AUTO_TEST_CASE(LongPulses) BOOST_CHECK_EQUAL(edges[0].second, true); BOOST_CHECK_EQUAL(edges[1].first, 16); BOOST_CHECK_EQUAL(edges[1].second, false); - + for (int i = 1; i < Cycles; i++) { BOOST_CHECK_EQUAL(edges[i+1].first, i * Period); BOOST_CHECK_EQUAL(edges[i+1].second, false);