Skip to content

Commit

Permalink
[Enhancement kbss-cvut/termit-ui#520] Move ChangeRecordDao tests from…
Browse files Browse the repository at this point in the history
… VocabularyDaoTest to ChangeRecordDaoTest.
  • Loading branch information
lukaskabc committed Nov 14, 2024
1 parent ca0af58 commit 6c5797b
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 325 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ public List<AbstractChangeRecord> findAllFiltered(URI changeContext, ChangeRecor
BIND(true as ?isAssetType)
}
}
FILTER(!BOUND(?assetType) || ?isAssetType)
""" + /* filter assets without a type (deleted) or with a matching type */ """
FILTER(!BOUND(?assetType) || ?isAssetType)
""" + /* Get author's name */ """
?author ?hasFirstName ?firstName ;
?hasLastName ?lastName .
Expand Down
Loading

0 comments on commit 6c5797b

Please sign in to comment.