Skip to content

Commit 8f9e361

Browse files
Fix assertions in IT for new m-compiler-p
1 parent d8263f7 commit 8f9e361

File tree

1 file changed

+1
-1
lines changed
  • plexus-compiler-its/src/main/it/eclipse-compiler-mapstruct

1 file changed

+1
-1
lines changed

plexus-compiler-its/src/main/it/eclipse-compiler-mapstruct/verify.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def dummyClass = new File( basedir, "target/classes/Dummy.class" )
2323
assert dummyClass.exists()
2424

2525
File buildLog = new File( basedir, 'build.log' )
26-
assert buildLog.text.count( "Changes detected - recompiling the module!" ) == 2
26+
assert buildLog.text.count( "Recompiling the module because of changed" ) == 2

0 commit comments

Comments
 (0)