Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix(ZNTA-634): functional tests fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Oct 2, 2015
1 parent 32752c1 commit 6b433ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
public class LogoutEvent {
// TODO remove constant after switching to CDI
// NB must be a constant string equal to class name
public static final String EVENT_NAME = "org.zanata.events.Logout";
public static final String EVENT_NAME = "org.zanata.events.LogoutEvent";

String username;
}

0 comments on commit 6b433ec

Please sign in to comment.