Changeset 4155
- Timestamp:
- 2010-07-19 09:12:40 (3 years ago)
- Location:
- trunk/indexer/src
- Files:
-
- 2 edited
-
main/java/org/lilycms/indexer/IndexUpdater.java (modified) (1 diff)
-
test/java/org/lilycms/indexer/test/IndexerTest.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/indexer/src/main/java/org/lilycms/indexer/IndexUpdater.java
r4149 r4155 486 486 } catch (Exception e) { 487 487 // TODO handle this 488 // One case to be expected here is that the record has been deleted since we read the list of referrers 488 489 e.printStackTrace(); 489 490 } -
trunk/indexer/src/test/java/org/lilycms/indexer/test/IndexerTest.java
r4146 r4155 436 436 verifyResultCount("@@id:" + ClientUtils.escapeQueryChars(record3.getId().toString()), 0); 437 437 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 440 439 log.debug("Begin test NV12"); 441 440 expectEvent(DELETE, record4.getId());
Note: See TracChangeset
for help on using the changeset viewer.