diff options
author | rinpatch <rinpatch@airmail.cc> | 2018-04-27 17:38:52 +0300 |
---|---|---|
committer | rinpatch <rinpatch@airmail.cc> | 2018-04-27 17:38:52 +0300 |
commit | a79c676f2766c00122695fe74ad42ff89cfdcd07 (patch) | |
tree | 42f4d4e25dcff35056eeb7279ee0165bd9ec836c /tests | |
parent | 1ac0c90037923c06a337b7236b678d8ca2b45e5f (diff) | |
download | searxng-a79c676f2766c00122695fe74ad42ff89cfdcd07.tar.gz searxng-a79c676f2766c00122695fe74ad42ff89cfdcd07.zip |
Remove Japanese characters
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/engines/test_acgsou.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/unit/engines/test_acgsou.py b/tests/unit/engines/test_acgsou.py index d115c532a..c3ea48057 100644 --- a/tests/unit/engines/test_acgsou.py +++ b/tests/unit/engines/test_acgsou.py @@ -24,14 +24,14 @@ class TestAcgsouEngine(SearxTestCase): <table id="listTable" class="list_style table_fixed"> <thead class="tcat"> <tr> - <th axis="string" class="l1 tableHeaderOver">发布时间</th> - <th axis="string" class="l2 tableHeaderOver">分类</th> - <th axis="string" class="l3 tableHeaderOver">资源名称</th> - <th axis="size" class="l4 tableHeaderOver">大小</th> - <th axis="number" class="l5 tableHeaderOver">种子</th> - <th axis="number" class="l6 tableHeaderOver">下载</th> - <th axis="number" class="l7 tableHeaderOver">完成</th> - <th axis="string" class="l8 tableHeaderOver">发布者/联盟</th> + <th axis="string" class="l1 tableHeaderOver">test</th> + <th axis="string" class="l2 tableHeaderOver">test</th> + <th axis="string" class="l3 tableHeaderOver">test</th> + <th axis="size" class="l4 tableHeaderOver">test</th> + <th axis="number" class="l5 tableHeaderOver">test</th> + <th axis="number" class="l6 tableHeaderOver">test</th> + <th axis="number" class="l7 tableHeaderOver">test</th> + <th axis="string" class="l8 tableHeaderOver">test</th> </tr> </thead> <tbody class="tbody" id="data_list"> |