Improved code layout.

This commit is contained in:
Martin Edenhofer 2015-02-20 09:56:30 +01:00
parent d492142a8f
commit 389b1e7bb4

View file

@ -616,7 +616,7 @@ test( "diff", function() {
App.Auth.login({ App.Auth.login({
data: { data: {
username: 'not_existing', username: 'not_existing',
password: 'not_existing' password: 'not_existing',
}, },
success: function(data) { success: function(data) {
test( "auth - not existing user", function() { test( "auth - not existing user", function() {
@ -635,7 +635,7 @@ var authWithSession = function() {
App.Auth.login({ App.Auth.login({
data: { data: {
username: 'nicole.braun@zammad.org', username: 'nicole.braun@zammad.org',
password: 'test' password: 'test',
}, },
success: function(data) { success: function(data) {
test( "auth - existing user", function() { test( "auth - existing user", function() {