Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3764004
D2587.id6534.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
903 B
Referenced Files
None
Subscribers
None
D2587.id6534.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2587: Drop support for ether-o-meter Etherpad plugin
Attached
Detach File
Event Timeline
Log In to Comment