electron/spec
Eran Tiktin f05ee4205d Fix path comparison in api-ipc-spec
One of the tests failed because in one of the paths the drive letter was
upper case `C` and in the other it was lower case `c`.
Paths in Windows are case insensitive, so this shouldn't fail. The fix
was to lower case the paths before comparison (only on Windows).
2015-08-22 19:50:54 +03:00
..
fixtures spec: Test window.opener 2015-08-04 15:46:59 +08:00
static Rename protocol.isHandledProtocol to protocol.isProtocolHandled 2015-08-13 21:29:23 +08:00
api-app-spec.coffee Don't rely on real focus/blur events in tests 2015-06-18 16:31:55 +08:00
api-browser-window-spec.coffee spec: BrowserWindow.setResizable should not change window size 2015-08-05 14:25:53 +08:00
api-clipboard-spec.coffee clipboard: api to write multiple formats to same writer 2015-07-10 09:20:52 +05:30
api-crash-reporter-spec.coffee Fix refreshing test window 2015-06-05 19:48:58 +08:00
api-ipc-spec.coffee Fix path comparison in api-ipc-spec 2015-08-22 19:50:54 +03:00
api-menu-spec.coffee Add position attribute for menu items 2015-04-07 11:14:28 -04:00
api-protocol-spec.coffee spec: Rewrite tests for new protocol API 2015-08-13 22:39:11 +08:00
api-screen-spec.coffee Add screen.getPrimaryDisplay() API. 2014-01-07 20:15:55 +08:00
api-session-spec.coffee spec: Don't reuse port in session spec 2015-07-24 15:49:19 +08:00
asar-spec.coffee Made the tests ignore the line ending 2015-08-08 20:03:34 +03:00
chromium-spec.coffee spec: Check the time when Promise's callback is called 2015-08-07 19:35:35 +08:00
modules-spec.coffee No more need of pathwatcher spec 2015-01-30 16:50:42 -08:00
node-spec.coffee test: Add case for #634 2015-05-27 15:26:32 +08:00
package.json runas@3.x 2015-08-21 13:52:05 +08:00
webview-spec.coffee spec: Don't set window to fullscreen unless under travis 2015-08-04 15:40:31 +08:00