Project

General

Profile

« Previous | Next » 

Revision 54959

[Trunk]

Email sEnder:
comment notification functions
add property for auth
read emailScheduler.sendEmailNotifications from properties

View differences:

ContextUtilsTest.java
27 27
        Assert.assertEquals("EGI Federation> EGI classification scheme> Applied Mathematics", ContextUtils.extractLabel(id, false));
28 28
        id="egi::classification::natsc::math::applied";
29 29
        Assert.assertEquals("EGI Federation> EGI classification scheme> Applied Mathematics", ContextUtils.extractLabel(id, false));
30
        id="aginfra::projects";
31
        Assert.assertEquals("AGINFRA> AGINFRA+ Projects", ContextUtils.extractLabel(id, false));
32
        id="aginfra::projects::10";
33
        Assert.assertEquals("AGINFRA> AGINFRA+ Projects> Integrated and innovative key actions for mycotoxin management in the food and feed chain", ContextUtils.extractLabel(id, false));
34 30

  
35 31
/*
36 32

  

Also available in: Unified diff