Github user dsmiley commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/428#discussion_r207625264
  
    --- Diff: 
solr/core/src/test/org/apache/solr/update/processor/AddSchemaFieldsUpdateProcessorFactoryTest.java
 ---
    @@ -63,8 +63,8 @@ public void testSingleField() throws Exception {
         final String fieldName = "newfield1";
         assertNull(schema.getFieldOrNull(fieldName));
         String dateString = "2010-11-12T13:14:15.168Z";
    --- End diff --
    
    This test doesn't even care about formatting, it just wants some Date type. 
 So just use `new Date()`  :-)


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to