~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to valgrind/org.eclipse.linuxtools.valgrind.helgrind.tests/src/org/eclipse/linuxtools/internal/valgrind/helgrind/tests/BasicHelgrindTest.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
public class BasicHelgrindTest extends AbstractHelgrindTest {
18
18
        
 
19
        @Override
19
20
        protected void setUp() throws Exception {
20
21
                super.setUp();
21
22
                proj = createProjectAndBuild("basicTest"); //$NON-NLS-1$
22
23
        }
23
24
        
 
25
        @Override
24
26
        protected void tearDown() throws Exception {
25
27
                deleteProject(proj);
26
28
                super.tearDown();