projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acfa0b
)
fix typo in test
author
Boris Lytochkin
<lytboris@php.net>
Sat, 15 Jun 2013 20:09:18 +0000
(
00:09
+0400)
committer
Boris Lytochkin
<lytboris@php.net>
Sat, 15 Jun 2013 20:09:18 +0000
(
00:09
+0400)
ext/snmp/tests/bug64159.phpt
patch
|
blob
|
history
diff --git
a/ext/snmp/tests/bug64159.phpt
b/ext/snmp/tests/bug64159.phpt
index 51b15995296797162c20df1e83828ce5a5a3930c..52e53c957f7f2687a1e78a49010f4cd36fa9c880 100644
(file)
--- a/
ext/snmp/tests/bug64159.phpt
+++ b/
ext/snmp/tests/bug64159.phpt
@@
-15,7
+15,7
@@
require_once(dirname(__FILE__).'/snmp_include.inc');
snmp_set_quick_print(false);
snmp_set_valueretrieval(SNMP_VALUE_LIBRARY);
-var_dump(("ab8283f948419b2d24d22f44a80b17d3" === md5(snmpget($hostname, $community, '.1.3.6.1.4.1.2021.8.1.101.
2
'))));
+var_dump(("ab8283f948419b2d24d22f44a80b17d3" === md5(snmpget($hostname, $community, '.1.3.6.1.4.1.2021.8.1.101.
1
'))));
?>
--EXPECTF--