CB-12621: reverted elementtree dep to 0.1.6

This commit is contained in:
Steve Gill
2017-04-02 17:11:17 -05:00
parent 8a2e96d995
commit 4a0f69a3f0
53 changed files with 12331 additions and 1955 deletions
-9
View File
@@ -337,12 +337,3 @@ exports['test_cdata_write'] = function(test, assert) {
test.finish();
};
exports['test_read_bom'] = function(test, assert) {
var file = readFile('bom-xml.xml');
var etree = et.parse(file);
// If parse finished, test was successful
test.finish();
};