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); + count + " of " + expected);
} }
expect.html.setConstructor(function(node) {
if (node.$ext) return node.$ext;
return apf.xmldb.getHtmlNode(node, list);
});
describe('breakpoints', function() { describe('breakpoints', function() {
before(function(done) { before(function(done) {
apf.config.setProperty("allow-select", false); 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); + count + " of " + expected);
} }
expect.html.setConstructor(function(node) {
if (node.$ext) return node.$ext;
return apf.xmldb.getHtmlNode(node, datagrid);
});
describe('breakpoints', function() { describe('breakpoints', function() {
before(function(done) { before(function(done) {
apf.config.setProperty("allow-select", false); 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); + count + " of " + expected);
} }
expect.html.setConstructor(function(node) {
if (node.$ext) return node.$ext;
return apf.xmldb.getHtmlNode(node, datagrid);
});
describe('breakpoints', function() { describe('breakpoints', function() {
before(function(done) { before(function(done) {
apf.config.setProperty("allow-select", false); apf.config.setProperty("allow-select", false);

Wyświetl plik

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

Wyświetl plik

@ -451,8 +451,6 @@ require(["lib/architect/architect", "lib/chai/chai", "/vfs-root"],
done(); done();
}); });
it('should update a name', function(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"); var node = fsCache.findNode("/gtest");
fsCache.createNode("/atest", null, node); fsCache.createNode("/atest", null, node);
expect.html("/gtest").to.not.exist; expect.html("/gtest").to.not.exist;