Add SKIPIF for FANN 2.2 functions

Esse commit está contido em:
Jakub Zelenka
2013-07-18 20:52:16 +01:00
commit b2b9c0abdd
15 arquivos alterados com 30 adições e 0 exclusões
+2
Ver Arquivo
@@ -1,5 +1,7 @@
--TEST--
Test function fann_copy() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
+2
Ver Arquivo
@@ -1,5 +1,7 @@
--TEST--
Test function fann_create_train() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_create_train_from_callback() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_get_cascade_min_cand_epochs() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_get_cascade_min_out_epochs() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_get_sarprop_step_error_shift() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_get_sarprop_step_error_threshold_factor() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_get_sarprop_temperature() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_get_sarprop_weight_decay_shift() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_set_cascade_min_cand_epochs() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_set_cascade_min_out_epochs() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_set_sarprop_step_error_shift() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_set_sarprop_step_error_threshold_factor() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_set_sarprop_temperature() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php
@@ -1,5 +1,7 @@
--TEST--
Test function fann_set_sarprop_weight_decay_shift() by calling it with its expected arguments
--SKIPIF--
<?php if ( version_compare( FANN_VERSION, "2.2" ) < 0 ) die("Skip: FANN version lower than 2.2"); ?>
--FILE--
<?php