mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
[maven] remove outdated bombs from tests
GitOrigin-RevId: 2d4edb5bf2b50ee02cf943f70e5062782f1295dd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
00c88cdbd5
commit
8fa2b3751e
@@ -3,11 +3,9 @@ package com.intellij.externalSystem;
|
||||
import com.intellij.buildsystem.model.DeclaredDependency;
|
||||
import com.intellij.buildsystem.model.unified.UnifiedDependency;
|
||||
import com.intellij.buildsystem.model.unified.UnifiedDependencyRepository;
|
||||
import com.intellij.idea.Bombed;
|
||||
import com.intellij.psi.xml.XmlTag;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Calendar;
|
||||
import java.util.List;
|
||||
|
||||
public class MavenDependencyUpdaterTest extends MavenDependencyUpdaterTestBase {
|
||||
@@ -77,7 +75,6 @@ public class MavenDependencyUpdaterTest extends MavenDependencyUpdaterTestBase {
|
||||
assertFilesAsExpected();
|
||||
}
|
||||
|
||||
@Bombed(year = 2021, month = Calendar.JUNE, day = 16, user = "alexander.bubenchikov", description = "Wrong indent in the result")
|
||||
public void testUpdateManagedDependency() throws IOException {
|
||||
myModifierService.updateDependency(getModule("m1"),
|
||||
new UnifiedDependency("somegroup", "someartifact", "1.0", "compile"),
|
||||
@@ -86,7 +83,6 @@ public class MavenDependencyUpdaterTest extends MavenDependencyUpdaterTestBase {
|
||||
assertFilesAsExpected();
|
||||
}
|
||||
|
||||
@Bombed(year = 2021, month = Calendar.JUNE, day = 16, user = "alexander.bubenchikov", description = "Wrong indent in the result")
|
||||
public void testUpdateManagedDependencyNoScope() throws IOException {
|
||||
myModifierService.updateDependency(getModule("m1"),
|
||||
new UnifiedDependency("somegroup", "someartifact", "1.0", null),
|
||||
@@ -95,7 +91,6 @@ public class MavenDependencyUpdaterTest extends MavenDependencyUpdaterTestBase {
|
||||
assertFilesAsExpected();
|
||||
}
|
||||
|
||||
@Bombed(year = 2021, month = Calendar.JUNE, day = 16, user = "alexander.bubenchikov", description = "Wrong indent in the result")
|
||||
public void testUpdateManagedDependencyRemoveScope() throws IOException {
|
||||
myModifierService.updateDependency(getModule("m1"),
|
||||
new UnifiedDependency("somegroup", "someartifact", "1.0", "compile"),
|
||||
|
||||
Reference in New Issue
Block a user