Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] new depedency from project 'org.eclipse.xtext.tests' to project 'org.eclipse.xtext.generator' ok?

hi michael,

please put the tests into org.eclipse.xtext.generator.test.
We should rename the project (i.e. remove the "generator" part) after M3.
So it won't confuse us anymore :-)

Sven

On Nov 6, 2008, at 12:35 PM, michael clay wrote:

Hi,

my next task is to implement UI independent Unit test for CA
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=253707) and therefore I
need
to start writing unit tests for clazz ParseTreeUtil (which is related
to CA) located in project 'org.eclipse.xtext' and also need a
generated test parser
to test the ParseTreeUtil.  According to the established naming
convention all tests for project 'org.eclipse.xtext' are going into
project 'org.eclipse.xtext.tests'.

my question:

ParseTreeUtilTest needs a generated parser (GeneratorFacade) for
testing and hence there is a new depedency from project
'org.eclipse.xtext.tests' to project 'org.eclipse.xtext.generator'.
Is this new depedency ok or NOT?

thx
m
_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xtext-dev



Back to the top