Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] running an IndexCPPTemplateResolutionTest

You can set test class to org.eclipse.cdt.internal.index.tests.IndexCPPBindingResolutionBugs.SingleProject.

-sergey


On Sun, Jul 21, 2013 at 6:50 PM, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
IndexCPPTemplateResolutionTests are run in two flavours: "SingleProject"
and "ProjectWithDepProj". There are behavioural differences between
the two flavours (for example because one uses PDOM bindings while the
other uses composite bindings), so that one flavour of a given test
can pass while the other flavour of the same test can fail.

When running a single test (by right-clicking on the test name either
in the Package Explorer or in the editor and selecting Run As ->
JUnit Plug-In Test), it seems the ProjectWithDepProj variant is run.

Is there a way to run a single test in the SingleProject variant?

Thanks,
Nate
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top