Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8c1da64

Browse files
committed
Update test spec to handle new version
1 parent a6a7f88 commit 8c1da64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/spec/core.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ if (isBrowser) {
1313

1414
describe("core", function() {
1515
it("has expected version", function() {
16-
expect(EVEoj.VERSION).toEqual("0.2.0");
16+
expect(EVEoj.VERSION).toEqual("0.3.0");
1717
});
1818
});

test/testprops.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (isBrowser) {
99
}
1010

1111
exp.SDD_file_path = "D:\\projects\\xyjax\\static\\sdd\\201604290";
12-
exp.SDD_URL_path = "http://static.xyjax.dev/sdd/201604290";
12+
exp.SDD_URL_path = "http://cf.eve-oj.dev/sdd/201604290";
1313
exp.SDD_version = 201604290;
1414
exp.SDD_verdesc = "Citadel 1.1";
1515
exp.SDD_schema = 201604290;

0 commit comments

Comments
 (0)