Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Turn quickopen test on (in integration category) #3155

Merged
merged 1 commit into from
Mar 18, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion test/spec/QuickOpen-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ define(function (require, exports, module) {
SpecRunnerUtils = require("spec/SpecRunnerUtils");

describe("QuickOpen", function () {
this.category = "integration";

var testPath = SpecRunnerUtils.getTestPath("/spec/QuickOpen-test-files");
var brackets, test$, executeCommand, EditorManager, DocumentManager;

Expand Down Expand Up @@ -90,7 +92,7 @@ define(function (require, exports, module) {
// TODO: fix me!
// This test is currently turned off due to failures on Windows 7
// See https://github.com/adobe/brackets/issues/2696
xit("can open a file and jump to a line, centering that line on the screen", function () {
it("can open a file and jump to a line, centering that line on the screen", function () {
var err = false;

SpecRunnerUtils.loadProjectInTestWindow(testPath);
Expand Down