File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
vaadin-dev-bundle/src/test/java/com/vaadin/devbundle
vaadin-hybrid-dev-bundle/src/test/java/com/vaadin/devbundle Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public void usageStatsIncluded() throws IOException {
30
30
public void copilotIncluded () throws IOException {
31
31
String needle = "copilot-main" ;
32
32
int foundInFiles = findInBundleBuildFolder (line -> line .contains (needle )
33
- && !line .contains ("document.querySelector" ));
33
+ && !line .contains ("document.querySelector" )&& ! line . contains ( "copilot-main-resized" ) );
34
34
Assertions .assertEquals (1 , foundInFiles ,
35
35
"The key '" + needle + "' should be found in one file" );
36
36
}
Original file line number Diff line number Diff line change 16
16
import org .junit .jupiter .api .Assertions ;
17
17
import org .junit .jupiter .api .Test ;
18
18
19
- public class BundleTest {
19
+ public class HybridBundleTest {
20
20
21
21
@ Test
22
22
public void usageStatsIncluded () throws IOException {
@@ -31,7 +31,7 @@ public void usageStatsIncluded() throws IOException {
31
31
public void copilotIncluded () throws IOException {
32
32
String needle = "copilot-main" ;
33
33
int foundInFiles = findInBundleBuildFolder (line -> line .contains (needle )
34
- && !line .contains ("document.querySelector" ));
34
+ && !line .contains ("document.querySelector" )&& ! line . contains ( "copilot-main-resized" ) );
35
35
Assertions .assertEquals (1 , foundInFiles ,
36
36
"The key '" + needle + "' should be found in one file" );
37
37
}
Original file line number Diff line number Diff line change 396
396
"javaVersion" : " 1.3.0.beta3"
397
397
},
398
398
"copilot" : {
399
- "javaVersion" : " 24.8.0.rc1 "
399
+ "javaVersion" : " 25.0-SNAPSHOT "
400
400
},
401
401
"kubernetes-kit-starter" : {
402
402
"javaVersion" : " 2.4.2"
You can’t perform that action at this time.
0 commit comments