pull/125/merge
nightwing 2017-03-19 18:05:38 +04:00
rodzic 375decdae3
commit cee2fca097
6 zmienionych plików z 0 dodań i 1176 usunięć

Wyświetl plik

@ -90,12 +90,6 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root"],
+ count + " of " + expected);
}
expect.html.setConstructor(function(node) {
if (node.$ext) return node.$ext;
return apf.xmldb.getHtmlNode(node, list);
});
describe('breakpoints', function() {
before(function(done) {
apf.config.setProperty("allow-select", false);

Wyświetl plik

@ -63,12 +63,6 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root"],
+ count + " of " + expected);
}
expect.html.setConstructor(function(node) {
if (node.$ext) return node.$ext;
return apf.xmldb.getHtmlNode(node, datagrid);
});
describe('breakpoints', function() {
before(function(done) {
apf.config.setProperty("allow-select", false);

Wyświetl plik

@ -63,12 +63,6 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root"],
+ count + " of " + expected);
}
expect.html.setConstructor(function(node) {
if (node.$ext) return node.$ext;
return apf.xmldb.getHtmlNode(node, datagrid);
});
describe('breakpoints', function() {
before(function(done) {
apf.config.setProperty("allow-select", false);

Wyświetl plik

@ -94,12 +94,6 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root", "events"],
throw new Error("Wrong Event Count: "
+ count + " of " + expected);
}
expect.html.setConstructor(function(node) {
if (node.$ext) return node.$ext;
return apf.xmldb.getHtmlNode(node, datagrid);
});
var testDebugger = new EventEmitter();
testDebugger.attach = function () {

Wyświetl plik

@ -451,8 +451,6 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root"],
done();
});
it('should update a name', function(done) {
// TODO these were using setAttribute ui.xmldb.setAttribute
// we don't have equivalent method for now
var node = fsCache.findNode("/gtest");
fsCache.createNode("/atest", null, node);
expect.html("/gtest").to.not.exist;