fragments.add(fd);
CalcDeps cd = new CalcDeps();
try {
String path = new java.io.File(".").getCanonicalPath();
List<FragmentDescriptor> results = cd.calcDeps(fragments, new SimpleRequestProxy(path),
new ArrayList<String>());
String exp = "js/closure/goog/base.js\n" +
"js/closure/goog/debug/error.js\n" +
"js/closure/goog/string/string.js\n" +
"js/closure/goog/asserts/asserts.js\n" +