Changeset 4155


Ignore:
Timestamp:
2010-07-19 09:12:40 (3 years ago)
Author:
bruno
Message:

comments

Location:
trunk/indexer/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexer/src/main/java/org/lilycms/indexer/IndexUpdater.java

    r4149 r4155  
    486486            } catch (Exception e) { 
    487487                // TODO handle this 
     488                // One case to be expected here is that the record has been deleted since we read the list of referrers 
    488489                e.printStackTrace(); 
    489490            } 
  • trunk/indexer/src/test/java/org/lilycms/indexer/test/IndexerTest.java

    r4146 r4155  
    436436            verifyResultCount("@@id:" + ClientUtils.escapeQueryChars(record3.getId().toString()), 0); 
    437437 
    438             // Delete record 4 (at the time of this writing, because it is unsure if we will allow deleting master 
    439             // records while there are variants) 
     438            // Delete record 4 
    440439            log.debug("Begin test NV12"); 
    441440            expectEvent(DELETE, record4.getId()); 
Note: See TracChangeset for help on using the changeset viewer.