mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
568163c5f7
commit
7a3261d86b
@ -523,6 +523,9 @@ def test_tag_browser(library_path=None):
|
|||||||
m = TagsModel(None, prefs)
|
m = TagsModel(None, prefs)
|
||||||
m.set_database(olddb, opts.hidden_categories)
|
m.set_database(olddb, opts.hidden_categories)
|
||||||
m_data = dump_tags_model(m)
|
m_data = dump_tags_model(m)
|
||||||
|
if m_data == srv_data:
|
||||||
|
print('No differences found in the two Tag Browser implementations')
|
||||||
|
raise SystemExit(0)
|
||||||
from calibre.gui2.tweak_book.diff.main import Diff
|
from calibre.gui2.tweak_book.diff.main import Diff
|
||||||
d = Diff(show_as_window=True)
|
d = Diff(show_as_window=True)
|
||||||
d.string_diff(m_data, srv_data, left_name='GUI', right_name='server')
|
d.string_diff(m_data, srv_data, left_name='GUI', right_name='server')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user