/[projects]/dao/DaoAdresseService/src/test/java/dk/daoas/daoadresseservice/test/DatabaseDebugTest.java
ViewVC logotype

Contents of /dao/DaoAdresseService/src/test/java/dk/daoas/daoadresseservice/test/DatabaseDebugTest.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2825 - (show annotations) (download)
Tue Jan 19 10:54:48 2016 UTC (8 years, 4 months ago) by torben
File size: 415 byte(s)
Comment
1 package dk.daoas.daoadresseservice.test;
2
3 import org.junit.Test;
4
5 import dk.daoas.daoadresseservice.db.DatabaseLayerImplementation;
6 import static org.junit.Assert.assertFalse;
7
8 public class DatabaseDebugTest {
9
10 /*
11 * This is to prevent that we build a production war in DEBUG mode
12 */
13
14 @Test
15 public void testDabaseDebugmode() {
16 assertFalse( DatabaseLayerImplementation.DEBUG );
17 }
18
19 }

  ViewVC Help
Powered by ViewVC 1.1.20