]> granicus.if.org Git - php/commitdiff
- skip on win, diff TZ format
authorPierre Joye <pajoye@php.net>
Wed, 7 Sep 2011 11:26:59 +0000 (11:26 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 7 Sep 2011 11:26:59 +0000 (11:26 +0000)
ext/soap/tests/schema/schema064.phpt

index 53e1b257be909b7ebe72173b8d0b3b5438e0ff66..899a2938fa8fd19cd3b79aca4a154dfbb504aec8 100644 (file)
@@ -1,7 +1,11 @@
 --TEST--
 SOAP XML Schema 64: standard date/time types
 --SKIPIF--
-<?php require_once('skipif.inc'); ?>
+<?php 
+if (defined('PHP_WINDOWS_VERSION_MAJOR')) {
+       die('skip, windows has different TZ format');
+}
+require_once('skipif.inc'); ?>
 --FILE--
 <?php
 include "test_schema.inc";