Revision: 3716
Author: [email protected]
Date: Tue Jul 13 07:07:33 2010
Log: Fixed the XSLT transformation as the create session method changed around the time I made the commit.
http://code.google.com/p/power-architect/source/detail?r=3716

Modified:
/trunk/regress/ca/sqlpower/architect/transformation/XsltTransformationTest.java

=======================================
--- /trunk/regress/ca/sqlpower/architect/transformation/XsltTransformationTest.java Mon Jul 12 15:35:54 2010 +++ /trunk/regress/ca/sqlpower/architect/transformation/XsltTransformationTest.java Tue Jul 13 07:07:33 2010
@@ -38,7 +38,7 @@
      */
     public void testExportSimpleSession() throws Exception {
ArchitectSwingSessionContextImpl context = new ArchitectSwingSessionContextImpl("pl.regression.ini", false);
-        ArchitectSwingSession session = context.createSession(false);
+        ArchitectSwingSession session = context.createSession();

         SQLDatabase db = session.getTargetDatabase();
         SQLTable table = new SQLTable(db, true);

Reply via email to