소스 검색

Fix failing test:

oz123 11 년 전
부모
커밋
570e396a30
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      pwman/tests/test_complete_ui.py

+ 1 - 2
pwman/tests/test_complete_ui.py

@@ -28,8 +28,7 @@ NEW_DB_PATH = os.path.join(os.path.dirname(__file__), 'pwman.v0.0.8-newdb.db')
 _db_warn = ("\n*** WARNNING: You are using the old database format"
             " which is insecure."
             " Please upgrade to the new database "
-            " format. Do note: support for this DB format will be dropped in"
-            " v0.5. This  database format is on hold. No bugs are fixead"
+            " format."
             " Check the help (pwman3 -h) or look at the manpage which"
             " explains how to proceed. ***")