소스 검색

Fix validation tests to handle pg versions correctly

David Catuhe 8 년 전
부모
커밋
2d59008de2
5개의 변경된 파일2376개의 추가작업 그리고 2356개의 파일을 삭제
  1. 1187 1177
      dist/preview release/babylon.d.ts
  2. 1187 1177
      dist/preview release/babylon.module.d.ts
  3. BIN
      tests/validation/ReferenceImages/Flat2009.png
  4. 1 1
      tests/validation/config.json
  5. 1 1
      tests/validation/validation.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1187 - 1177
dist/preview release/babylon.d.ts


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1187 - 1177
dist/preview release/babylon.module.d.ts


BIN
tests/validation/ReferenceImages/Flat2009.png


+ 1 - 1
tests/validation/config.json

@@ -209,7 +209,7 @@
     {
       "title": "MultiSample render targets",
       "renderCount": 10,
-      "playgroundId": "#12MKMN",
+      "playgroundId": "#12MKMN#0",
       "referenceImage": "MultiSample render targets.png"
     },            
     {

+ 1 - 1
tests/validation/validation.js

@@ -196,7 +196,7 @@ runTest(index) {
             }
         }
 
-        xmlHttp.open("GET", snippetUrl + "/" + test.playgroundId.replace("#", "/"));
+        xmlHttp.open("GET", snippetUrl + test.playgroundId.replace(/#/g, "/"));
         xmlHttp.send();
     } else {
         // Fix references