Skip to content

Commit

Permalink
[sre] Refactor the bug tests folder.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Mar 22, 2017
1 parent 8ea5f8e commit 6ae4dd5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Expand Up @@ -50,7 +50,7 @@
* @see https://github.com/sarl/sarl/issues/458
*/
@SuppressWarnings("all")
public class BugS458 extends AbstractJanusRunTest {
public class Bug458 extends AbstractJanusRunTest {

@Test
public void ExceptionInInit() throws Exception {
Expand Down
Expand Up @@ -62,7 +62,7 @@
* @see https://github.com/sarl/sarl/issues/543
*/
@SuppressWarnings("all")
public class BugS543 extends AbstractJanusRunTest {
public class Bug543 extends AbstractJanusRunTest {

@Test
public void setSkill() throws Exception {
Expand Down
Expand Up @@ -66,12 +66,12 @@
*/
@RunWith(Suite.class)
@SuiteClasses({
BugS546.NoRandomWaiting.class,
BugS546.RandomWaiting.class,
BugS546.HugeEventSetTest.class,
Bug546.NoRandomWaiting.class,
Bug546.RandomWaiting.class,
Bug546.HugeEventSetTest.class,
})
@SuppressWarnings("all")
public class BugS546 {
public class Bug546 {

private static final boolean LOG = false;

Expand Down
Expand Up @@ -54,7 +54,7 @@
* @see https://github.com/sarl/sarl/issues/224
*/
@SuppressWarnings("all")
public class BugS224 extends AbstractJanusRunTest {
public class Issue224 extends AbstractJanusRunTest {

private static final int TIMEOUT = 1000;

Expand Down
Expand Up @@ -46,7 +46,7 @@
* @see https://github.com/sarl/sarl/issues/481
*/
@SuppressWarnings("all")
public class BugS481 extends AbstractJanusRunTest {
public class Issue481 extends AbstractJanusRunTest {

private static final boolean LOG = false;

Expand Down
Expand Up @@ -18,7 +18,7 @@
* limitations under the License.
*/

package io.janusproject.tests.bugs;
package io.janusproject.tests.bugs.janusproject;

import static org.junit.Assert.assertEquals;
import static org.junit.Assume.assumeTrue;
Expand Down Expand Up @@ -48,7 +48,7 @@
* @see https://github.com/janus-project/janusproject/issues/84
*/
@SuppressWarnings("all")
public class BugJ84 extends AbstractJanusRunTest {
public class Bug84 extends AbstractJanusRunTest {

@Before
public void setUp() {
Expand Down
Expand Up @@ -18,7 +18,7 @@
* limitations under the License.
*/

package io.janusproject.tests.bugs;
package io.janusproject.tests.bugs.janusproject;

import static org.junit.Assert.assertNotNull;

Expand Down Expand Up @@ -47,7 +47,7 @@
* @see https://github.com/janus-project/janusproject/issues/91
*/
@SuppressWarnings("all")
public class BugJ91 extends AbstractJanusRunTest {
public class Bug91 extends AbstractJanusRunTest {

@Before
public void setUp() {
Expand Down

0 comments on commit 6ae4dd5

Please sign in to comment.