gus-asf commented on a change in pull request #1965:
URL: https://github.com/apache/lucene-solr/pull/1965#discussion_r504867934



##########
File path: 
lucene/test-framework/src/java/org/apache/lucene/analysis/BaseTokenStreamTestCase.java
##########
@@ -190,7 +196,8 @@ public static void assertTokenStreamContents(TokenStream 
ts, String[] output, in
       if (posLengthAtt != null) posLengthAtt.setPositionLength(45987653);
       if (keywordAtt != null) keywordAtt.setKeyword((i&1) == 0);
       if (payloadAtt != null) payloadAtt.setPayload(new BytesRef(new byte[] { 
0x00, -0x21, 0x12, -0x43, 0x24 }));
-      
+      if (flagsAtt != null) flagsAtt.setFlags(Integer.MAX_VALUE); // all 1's

Review comment:
       oops yeah realized that partway through (when I switched to ~0 for the 
other file), didn't come back and fix it here. 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to