]> source.dussan.org Git - sonarqube.git/commit
SONAR-9971 allow tests messages longer then 32766 characters
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>
Thu, 12 Oct 2017 15:18:14 +0000 (17:18 +0200)
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>
Fri, 13 Oct 2017 08:15:55 +0000 (10:15 +0200)
commit226291f8c1594e009290beff1f41feb55cf9d56c
tree663f8b6fbd42fe6df4f9aed791a92ec45e605c39
parenta5a36d8b1fec82ad02ccaea614c8e389cf8bd360
SONAR-9971 allow tests messages longer then 32766 characters
server/sonar-server/src/main/java/org/sonar/server/test/index/TestIndexDefinition.java
server/sonar-server/src/test/java/org/sonar/server/test/index/TestIndexerTest.java
server/sonar-server/src/test/resources/org/sonar/server/test/index/TestIndexerTest/P3_F1_long_message.json [new file with mode: 0644]
server/sonar-server/src/test/resources/org/sonar/server/test/index/TestIndexerTest/P3_F1_long_stacktrace.json [new file with mode: 0644]