ctf: improve unit tests
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 20 Aug 2014 03:08:08 +0000 (23:08 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 22 Aug 2014 15:31:52 +0000 (11:31 -0400)
commit0f231de21f95b73079225736302da87c63c77f20
treeddcf3260cdfbfeef0d2feef3365e1e348d403be5
parent5f715709392ae4c8408b3982036d5444852044fb
ctf: improve unit tests

There were several recent changes introduced
to the ctf parser without fixing the test suite.
This patch brings the tests up to date and coverage up to 78%

Change-Id: I38b0f09d4005934d7a05d8cc3384ee7767bbd321
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/31936
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/event/CTFCallsiteTest.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/event/CTFEventDefinitionTest.java [new file with mode: 0644]
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/event/TestAll.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/io/BitBufferIntTest.java
org.eclipse.linuxtools.ctf.core.tests/src/org/eclipse/linuxtools/ctf/core/tests/types/IntegerDeclarationTest.java
org.eclipse.linuxtools.ctf.core/src/org/eclipse/linuxtools/ctf/core/event/types/IntegerDeclaration.java
This page took 0.02508 seconds and 5 git commands to generate.