Browse Source

Regression Testsuite: update database.

Kim Kulling 9 years ago
parent
commit
0ec1e91722
5 changed files with 4 additions and 3 deletions
  1. 1 1
      code/BlenderDNA.h
  2. 1 1
      code/BlenderScene.cpp
  3. 1 1
      code/BlenderSceneGen.h
  4. BIN
      test/regression/db.zip
  5. 1 0
      test/regression/run.py

+ 1 - 1
code/BlenderDNA.h

@@ -209,7 +209,7 @@ class Structure
 public:
 public:
 
 
     Structure()
     Structure()
-        :   cache_idx(-1)
+        :   cache_idx(static_cast<size_t>(-1) )
     {}
     {}
 
 
 public:
 public:

+ 1 - 1
code/BlenderScene.cpp

@@ -2,7 +2,7 @@
 Open Asset Import Library (ASSIMP)
 Open Asset Import Library (ASSIMP)
 ----------------------------------------------------------------------
 ----------------------------------------------------------------------
 
 
-Copyright (c) 2006-2010, ASSIMP Development Team
+Copyright (c) 2006-2016, ASSIMP Development Team
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use of this software in source and binary forms,
 Redistribution and use of this software in source and binary forms,

+ 1 - 1
code/BlenderSceneGen.h

@@ -2,7 +2,7 @@
 Open Asset Import Library (ASSIMP)
 Open Asset Import Library (ASSIMP)
 ----------------------------------------------------------------------
 ----------------------------------------------------------------------
 
 
-Copyright (c) 2006-2010, ASSIMP Development Team
+Copyright (c) 2006-2016, ASSIMP Development Team
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use of this software in source and binary forms,
 Redistribution and use of this software in source and binary forms,

BIN
test/regression/db.zip


+ 1 - 0
test/regression/run.py

@@ -185,6 +185,7 @@ def process_dir(d, outfile_results, zipin, result ):
     shellparams = {'stdout':outfile_results, 'stderr':outfile_results, 'shell':False}
     shellparams = {'stdout':outfile_results, 'stderr':outfile_results, 'shell':False}
 
 
     print("Processing directory " + d)
     print("Processing directory " + d)
+    all = ""
     for f in sorted(os.listdir(d)):
     for f in sorted(os.listdir(d)):
         fullpath = os.path.join(d, f)
         fullpath = os.path.join(d, f)
         if os.path.isdir(fullpath) and not f[:1] == '.':
         if os.path.isdir(fullpath) and not f[:1] == '.':