When you run your tests cases for Robocode from inside Eclipse, the
robots to tests needs to exist in your robot repository. Hence, these
are visible when running Robocode from Eclipse.
You can avoid this be removing the 'launch' folder in the 'robocode'
project. Eclipse will automatically rebuild the folder for you, when
toy run Robocode again. You can also remove the robot by removing its
file in the 'robocode/launch/robot/' folder.
Best regards,
- Flemming
--- In
Robocode@..., "asherbaig" <devilvsevil@...> wrote:
>
> Hi,
> I have created my robot named as "Sprobot".
> And also i have created testcase for that also named as "Sprobottest".
>
> When i see my pakcage therei found two robots named as
>
> Sprobot.java
> Sprobottest.java (This is a test case)
>
> How can i remove Sprobottest.java from robot list?
>