Page MenuHomeDevCentral

D2587.id6534.diff
No OneTemporary

D2587.id6534.diff

diff --git a/tests/EtherpadTest.php b/tests/EtherpadTest.php
--- a/tests/EtherpadTest.php
+++ b/tests/EtherpadTest.php
@@ -12,7 +12,10 @@
$this->assertHttpResponseCode(200, 'https://pad.nasqueron.org/', "Etherpad looks down.");
$this->assertHttpResponseCode(200, 'https://pad.wolfplex.be', "Etherpad doesn't reply to pad.wolfplex.be vhost.");
$this->assertHttpResponseCode(404, 'https://pad.nasqueron.org/notexisting', 'A 404 code were expected for a not existing Etherpad page.');
- $this->assertHttpResponseCode(200, 'https://pad.nasqueron.org/metrics', "ep_ether-o-meter plugin doesn't seem installed.");
+ }
+
+ public function testDeprecatedPluginAreNotInstalled () {
+ $this->assertHttpResponseCode(404, 'https://pad.nasqueron.org/metrics', "ep_ether-o-meter plugin doesn't seem installed.");
}
public function testWolfplexApiWorks () {

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 23, 03:46 (4 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2257040
Default Alt Text
D2587.id6534.diff (903 B)

Event Timeline