5
|
1 package de.mpiwg.itgroup.annotationManager.tests;
|
|
2
|
|
3 import de.mpiwg.itgroup.annotationManager.drupal.AnnotationHandler;
|
17
|
4 import de.mpiwg.itgroup.annotationManager.drupal.UnknowUserException;
|
5
|
5
|
|
6 public class DrupalTest {
|
|
7
|
|
8 /**
|
|
9 * @param args
|
17
|
10 * @throws UnknowUserException
|
5
|
11 */
|
17
|
12 public static void main(String[] args) throws UnknowUserException {
|
5
|
13 // TODO Auto-generated method stub
|
17
|
14 AnnotationHandler ah = new AnnotationHandler(null);
|
5
|
15 System.out.println(ah.createAnnotation("title","<strong>content</strong>","dwinter", "weikiki7"));
|
|
16 }
|
|
17
|
|
18 }
|