ACKme / Mbed 2 deprecated wiconnect-test-console

Dependencies:   WiConnect mbed

Revision:
3:dddd476d5967
Parent:
1:5137ec8f4c45
Child:
12:3dd3a1be40c1
diff -r 2f222449973a -r dddd476d5967 tests/blocking/file/FileListTest.cpp
--- a/tests/blocking/file/FileListTest.cpp	Mon Aug 11 04:53:00 2014 -0700
+++ b/tests/blocking/file/FileListTest.cpp	Mon Aug 11 13:55:39 2014 -0700
@@ -23,7 +23,7 @@
 {
     WiconnectResult result;
     Wiconnect *wiconnect = Wiconnect::getInstance();
-    FileList fileList;
+    FileList fileList(TEST_BUFFER_LENGTH, TEST_BUFFER);
     uint32_t type = FILE_TYPE_ANY;
     const char *name = NULL;
     uint32_t version = 0;