Skip to content

Commit 8ab8f79

Browse files
committed
Set correct integration test result
1 parent 3e3488d commit 8ab8f79

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

TLS-Server-Scanner/src/main/resources/rating/influencers.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,6 +2494,12 @@
24942494
<ratingInfluencer>
24952495
<property>SUPPORTS_GENERATOR_ONE</property>
24962496
</ratingInfluencer>
2497+
<ratingInfluencer>
2498+
<property>SUPPORTS_MODULUS_ZERO</property>
2499+
</ratingInfluencer>
2500+
<ratingInfluencer>
2501+
<property>SUPPORTS_GENERATOR_ZERO</property>
2502+
</ratingInfluencer>
24972503
<ratingInfluencer>
24982504
<property>DTLS_FRAGMENTATION_REQUIRES_EXTENSION</property>
24992505
</ratingInfluencer>

TLS-Server-Scanner/src/test/java/de/rub/nds/tlsscanner/serverscanner/probe/HttpFalseStartProbeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ protected void prepareReport() {}
3131

3232
@Override
3333
protected boolean executedAsPlanned() {
34-
return verifyProperty(TlsAnalyzedProperty.SUPPORTS_HTTP_FALSE_START, TestResults.UNCERTAIN);
34+
return verifyProperty(TlsAnalyzedProperty.SUPPORTS_HTTP_FALSE_START, TestResults.TRUE);
3535
}
3636
}

0 commit comments

Comments
 (0)