X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Ftest%2Fold%2Ftestfilepath.cc;fp=src%2Fceph%2Fsrc%2Ftest%2Fold%2Ftestfilepath.cc;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=ac21e106963d9831ce14217c391c632a51703b2a;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/test/old/testfilepath.cc b/src/ceph/src/test/old/testfilepath.cc deleted file mode 100644 index ac21e10..0000000 --- a/src/ceph/src/test/old/testfilepath.cc +++ /dev/null @@ -1,22 +0,0 @@ - -#include "include/filepath.h" -#include -using namespace std; - -int print(string s) { - filepath fp = s; - cout << "s = " << s << " filepath = " << fp << endl; - cout << " depth " << fp.depth() << endl; - for (int i=0; i