X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/992d4f52ff2801a48d85b65209cccc26efe8bd8c..fae7ed14293a43b5096cb2644b996d136a2b76f7:/t/index.t diff --git a/t/index.t b/t/index.t index 392a167e9..3f4b7d9b1 100755 --- a/t/index.t +++ b/t/index.t @@ -38,8 +38,6 @@ $depends{"bar"}={"foo*" => 1}; $depends{"bar.png"}={}; $pagestate{"bar"}{meta}{title}="a page about bar"; $pagestate{"bar"}{meta}{moo}="mooooo"; -# only loaded plugins save state, so this should not be saved out -$pagestate{"bar"}{nosuchplugin}{moo}="mooooo"; ok(saveindex(), "save index"); ok(-s "$config{wikistatedir}/indexdb", "index file created");