cvs: pear /Net_LDAP2/tests Net_LDAP2Test.php

[email protected] ("Benedikt Hallinger")
Newsgroups php.pear.cvs
Message-ID <cvsbeni1208765403@cvsserver>
beni		Mon Apr 21 08:10:03 2008 UTC

  Modified files:              
    /pear/Net_LDAP2/tests	Net_LDAP2Test.php 
  Log:
  * Modified version test to use Net_LDAP2_VERSION constant
  
  
http://cvs.php.net/viewvc.cgi/pear/Net_LDAP2/tests/Net_LDAP2Test.php?r1=1.2&r2=1.3&diff_format=u
Index: pear/Net_LDAP2/tests/Net_LDAP2Test.php
diff -u pear/Net_LDAP2/tests/Net_LDAP2Test.php:1.2 pear/Net_LDAP2/tests/Net_LDAP2Test.php:1.3
--- pear/Net_LDAP2/tests/Net_LDAP2Test.php:1.2	Mon Apr 21 05:52:35 2008
+++ pear/Net_LDAP2/tests/Net_LDAP2Test.php	Mon Apr 21 08:10:03 2008
@@ -128,7 +128,7 @@
      */
     public function testGetVersion() {
             $this->assertTrue(defined('NET_LDAP2_VERSION'));
-            $this->assertEquals(NET_LDAP_VERSION, Net_LDAP2::getVersion());
+            $this->assertEquals(NET_LDAP2_VERSION, Net_LDAP2::getVersion());
     }
 
     /**
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.