Development

Changeset 19496

You must first sign up to be able to contribute.

Changeset 19496

Show
Ignore:
Timestamp:
06/24/09 10:58:50 (8 months ago)
Author:
fabien
Message:

[lime] moved test files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/lime/trunk/tests/phpt/lime_test/can_ok_fails.phpt

    r8748 r19496  
    99--EXPECT-- 
    1010not ok 1 
    11 #     Failed test (./tests/phpt/can_ok_fails.php at line 4) 
     11#     Failed test (./tests/phpt/lime_test/can_ok_fails.php at line 4) 
    1212#       method 'foo' does not exist 
    13131..1 
  • tools/lime/trunk/tests/phpt/lime_test/cmp_ok_fails.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/cmp_ok_fails.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/cmp_ok_fails.php at line 3) 
    1111#       1 
    1212#           > 
  • tools/lime/trunk/tests/phpt/lime_test/fail.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/fail.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/fail.php at line 3) 
    11111..1 
    1212 Looks like you failed 1 tests of 1. 
  • tools/lime/trunk/tests/phpt/lime_test/fail_name.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 - test name 
    10 #     Failed test (./tests/phpt/fail_name.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/fail_name.php at line 3) 
    11111..1 
    1212 Looks like you failed 1 tests of 1. 
  • tools/lime/trunk/tests/phpt/lime_test/include_ok_fails.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/include_ok_fails.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/include_ok_fails.php at line 3) 
    1111#       Tried to include 'foo.php' 
    12121..1 
  • tools/lime/trunk/tests/phpt/lime_test/is_deeply_fails.phpt

    r8748 r19496  
    1010--EXPECT-- 
    1111not ok 1 
    12 #     Failed test (./tests/phpt/is_deeply_fails.php at line 3) 
     12#     Failed test (./tests/phpt/lime_test/is_deeply_fails.php at line 3) 
    1313#            got: array (  0 => 1,  1 => 2,  2 =>   array (    1 => 'foo',    'a' => '4',  ),) 
    1414#       expected: array (  0 => 1,  1 => 2,  2 =>   array (    1 => 'bar',    'a' => '4',  ),) 
    1515not ok 2 
    16 #     Failed test (./tests/phpt/is_deeply_fails.php at line 4) 
     16#     Failed test (./tests/phpt/lime_test/is_deeply_fails.php at line 4) 
    1717#            got: array (  0 => 1,  1 => 2,  2 => 3,) 
    1818#       expected: array () 
    1919not ok 3 
    20 #     Failed test (./tests/phpt/is_deeply_fails.php at line 5) 
     20#     Failed test (./tests/phpt/lime_test/is_deeply_fails.php at line 5) 
    2121#            got: array () 
    2222#       expected: array (  0 => 1,  1 => 2,  2 => 3,) 
  • tools/lime/trunk/tests/phpt/lime_test/is_fails.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/is_fails.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/is_fails.php at line 3) 
    1111#            got: false 
    1212#       expected: true 
  • tools/lime/trunk/tests/phpt/lime_test/isa_ok_fails.phpt

    r18677 r19496  
    99--EXPECT-- 
    1010not ok 1 
    11 #     Failed test (./tests/phpt/isa_ok_fails.php at line 4) 
     11#     Failed test (./tests/phpt/lime_test/isa_ok_fails.php at line 4) 
    1212#       variable isn't a 'Foo' it's a 'Test' 
    13131..1 
  • tools/lime/trunk/tests/phpt/lime_test/isnt_fails.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/isnt_fails.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/isnt_fails.php at line 3) 
    1111#       false 
    1212#           ne 
  • tools/lime/trunk/tests/phpt/lime_test/like_fails.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/like_fails.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/like_fails.php at line 3) 
    1111#                     'tests01' 
    1212#       doesn't match '/test\d+/' 
  • tools/lime/trunk/tests/phpt/lime_test/ok_fails.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/ok_fails.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/ok_fails.php at line 3) 
    11111..1 
    1212 Looks like you failed 1 tests of 1. 
  • tools/lime/trunk/tests/phpt/lime_test/setup.php

    r2063 r19496  
    11<?php 
    22 
    3 require_once(dirname(__FILE__).'/../../lib/lime.php'); 
     3require_once(dirname(__FILE__).'/../../../lib/lime.php'); 
    44$t = new lime_test(); 
  • tools/lime/trunk/tests/phpt/lime_test/unlike_fails.phpt

    r8748 r19496  
    88--EXPECT-- 
    99not ok 1 
    10 #     Failed test (./tests/phpt/unlike_fails.php at line 3) 
     10#     Failed test (./tests/phpt/lime_test/unlike_fails.php at line 3) 
    1111#                'test01' 
    1212#       matches '/test\d+/' 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.