Explorar o código

# re-generate regression dump database from scratch since it seems that ~200 of the files were totally deprecated. This gives me 99.4% reproducible results with Blender.bob still failing.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@969 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg %!s(int64=14) %!d(string=hai) anos
pai
achega
14c6467aac
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      test/regression/db.zip
  2. 1 1
      test/regression/gen_db.py

BIN=BIN
test/regression/db.zip


+ 1 - 1
test/regression/gen_db.py

@@ -132,7 +132,7 @@ def extract_zip():
     try:
         zipout = zipfile.ZipFile(settings.database_name + ".zip", "r", 0)
         zipout.extractall(path=settings.database_name)
-    except RuntimeError as r:
+    except (RuntimeError,IOError) as r:
         print(r)
         print("failed to extract previous ZIP contents. "\
               "DB is generated from scratch.")