Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Minor compilation issue in org.eclipse.epsilon.test
Minor compilation issue in org.eclipse.epsilon.test [message #483770] Wed, 02 September 2009 21:17 Go to next message
Eclipse UserFriend
Originally posted by: nyoescape.gmail.com

This is a multi-part message in MIME format.
--------------040703050504040109010304
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi list,

I've recently updated to the latest version in SVN, and I'm glad to say
that everything works just fine, so I don't need to maintain any patches
on my own anymore.

I had to fix two lines in org.eclipse.epsilon.test.EpsilonTestSuite to
remove some compilation errors, though. It's nothing, really: looks like
something left over from the recent Flock renaming. I've attached the patch.

Cheers,
Antonio

--------------040703050504040109010304
Content-Type: text/x-patch;
name="compilation-fix.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="compilation-fix.patch"

--- tests/org.eclipse.epsilon.test/src/org/eclipse/epsilon/test/ EpsilonTestSuite.java.old
+++ tests/org.eclipse.epsilon.test/src/org/eclipse/epsilon/test/ EpsilonTestSuite.java
@@ -23,7 +23,7 @@ import org.eclipse.epsilon.eol.test.unit.EolUnitTestSuite;
import org.eclipse.epsilon.hutn.test.HutnTestSuite;
import org.eclipse.epsilon.hutn.unparser.HutnUnparserUnitTestSuite;
import org.eclipse.epsilon.hutn.xmi.test.HutnXmiTestSuite;
-import org.eclipse.epsilon.migration.test.EpsilonMigrationLanguageT estSuite;
+import org.eclipse.epsilon.flock.test.EpsilonFlockEngineTestSuite;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@@ -34,7 +34,7 @@ import org.junit.runners.Suite.SuiteClasses;
EglTestSuite.class,
HutnTestSuite.class,
HutnUnparserUnitTestSuite.class, HutnXmiTestSuite.class,
- EpsilonMigrationLanguageTestSuite.class})
+ EpsilonFlockEngineTestSuite.class})
public class EpsilonTestSuite{

public static Test suite() {

--------------040703050504040109010304--
Re: Minor compilation issue in org.eclipse.epsilon.test [message #483834 is a reply to message #483770] Thu, 03 September 2009 09:43 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Antonio,

Antonio García Domínguez wrote:
> Hi list,
>
> I've recently updated to the latest version in SVN, and I'm glad to say
> that everything works just fine, so I don't need to maintain any patches
> on my own anymore.

Glad to hear that!

>
> I had to fix two lines in org.eclipse.epsilon.test.EpsilonTestSuite to
> remove some compilation errors, though. It's nothing, really: looks like
> something left over from the recent Flock renaming. I've attached the patch.

Many thanks for reporting this and for providing a patch!

>
> Cheers,
> Antonio
>

Cheers,
Dimitris

--
Spread the word: http://www.eclipse.org/gmt/epsilon/spreadtheword
Follow Epsilon on Twitter: http://twitter.com/epsilonews
Re: Minor compilation issue in org.eclipse.epsilon.test [message #580203 is a reply to message #483770] Thu, 03 September 2009 09:43 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Antonio,

Antonio García Domínguez wrote:
> Hi list,
>
> I've recently updated to the latest version in SVN, and I'm glad to say
> that everything works just fine, so I don't need to maintain any patches
> on my own anymore.

Glad to hear that!

>
> I had to fix two lines in org.eclipse.epsilon.test.EpsilonTestSuite to
> remove some compilation errors, though. It's nothing, really: looks like
> something left over from the recent Flock renaming. I've attached the patch.

Many thanks for reporting this and for providing a patch!

>
> Cheers,
> Antonio
>

Cheers,
Dimitris

--
Spread the word: http://www.eclipse.org/gmt/epsilon/spreadtheword
Follow Epsilon on Twitter: http://twitter.com/epsilonews
Previous Topic:[EuGENia | EOL] delete creation tool
Next Topic:EGL error?
Goto Forum:
  


Current Time: Thu Apr 18 14:59:51 GMT 2024

Powered by FUDForum. Page generated in 0.02680 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top