Mercurial > hg > AnnotationManager
view src/de/mpiwg/itgroup/annotationManager/tests/DrupalTest.java @ 21:0cd1e7608d25
works with new JWT-Auth now!
author | casties |
---|---|
date | Mon, 02 Apr 2012 19:30:46 +0200 |
parents | b0ef5c860464 |
children |
line wrap: on
line source
package de.mpiwg.itgroup.annotationManager.tests; import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler; import de.mpiwg.itgroup.annotationManager.drupal.UnknowUserException; public class DrupalTest { /** * @param args * @throws UnknowUserException */ public static void main(String[] args) throws UnknowUserException { // TODO Auto-generated method stub AnnotationHandler ah = new AnnotationHandler(null); System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7")); } }