Skip to content

Commit

Permalink
[tests] Split the bugs package.
Browse files Browse the repository at this point in the history
The bugs package contains too many classes.
Two subpackages are created, each for 300 ids of bugs.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Apr 23, 2017
1 parent b105525 commit 0a32341
Show file tree
Hide file tree
Showing 33 changed files with 34 additions and 33 deletions.
3 changes: 2 additions & 1 deletion tests/io.sarl.lang.tests/META-INF/MANIFEST.MF
Expand Up @@ -14,7 +14,8 @@ Require-Bundle: io.sarl.tests.api;bundle-version="0.6.0",
org.arakhne.afc.core.vmutils;bundle-version="14.0.0",
com.google.inject;bundle-version="4.1.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: io.sarl.lang.tests.bugs,
Export-Package: io.sarl.lang.tests.bugs.to00399,
io.sarl.lang.tests.bugs.to00699,
io.sarl.lang.tests.general.compilation.aop,
io.sarl.lang.tests.general.compilation.general,
io.sarl.lang.tests.general.compilation.oop,
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.testing.CompilationTestHelper;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import static io.sarl.tests.api.AbstractSarlTest.assertContains;
import static io.sarl.tests.api.AbstractSarlTest.multilineString;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import org.eclipse.xtext.xbase.XbasePackage;
import org.eclipse.xtext.xbase.validation.IssueCodes;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.testing.CompilationTestHelper;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import org.junit.Test;

Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import org.junit.Test;

Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import org.junit.Test;

Expand Down
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import org.eclipse.xtext.diagnostics.Diagnostic;
import org.junit.Test;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import com.google.inject.Inject;
import org.eclipse.xtext.util.IAcceptor;
Expand Down
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.testing.CompilationTestHelper;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00399;

import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import org.junit.Test;

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

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.testing.CompilationTestHelper;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import org.eclipse.xtext.diagnostics.Diagnostic;
import org.eclipse.xtext.diagnostics.Severity;
Expand Down
Expand Up @@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.testing.CompilationTestHelper;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.diagnostics.Severity;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.XbasePackage;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.testing.CompilationTestHelper;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.XbasePackage;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.XbasePackage;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtend.core.validation.IssueCodes;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import org.eclipse.xtext.diagnostics.Diagnostic;
import org.eclipse.xtext.xbase.XbasePackage;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtend.core.validation.IssueCodes;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import java.awt.event.WindowEvent;

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

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import java.awt.event.WindowEvent;

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

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import java.awt.event.WindowEvent;

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

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import java.awt.event.WindowEvent;

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

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.lib.Functions.Function1;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.lib.Functions.Function1;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.lib.Functions.Function1;
Expand Down
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package io.sarl.lang.tests.bugs;
package io.sarl.lang.tests.bugs.to00699;

import com.google.inject.Inject;
import org.eclipse.xtext.xbase.lib.Functions.Function1;
Expand Down

0 comments on commit 0a32341

Please sign in to comment.