From 7e8e5a9a4857fc806d8edfc5319fff4a808a22b9 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Mon, 28 Feb 2011 12:29:28 -0800 Subject: [PATCH] removed test for removed function --- src/jsx.erl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/jsx.erl b/src/jsx.erl index 0ab8555..1f60f36 100644 --- a/src/jsx.erl +++ b/src/jsx.erl @@ -684,13 +684,6 @@ multi_test_result() -> [{string, "hope this works"}] ]. -read_file_test_() -> - {setup, - fun() -> ok = file:write_file("test.json", <<"{}"/utf8>>) end, - fun(_) -> ok = file:delete("test.json") end, - [{"read a json binary off a file on disk", ?_assert( - read_file("test.json") =:= [{}] - )}]}. -endif. \ No newline at end of file