Ignore:
Timestamp:
Feb 28, 2011, 7:42:20 PM (13 years ago)
Author:
mlg
Message:

Modifications to use the last version of jiwigo-ws-api which manages proxy errors.

Location:
extensions/jiwigo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk

    • Property svn:ignore
      •  

        old new  
        11bin
        22target
         3temp.xml
  • extensions/jiwigo/trunk/src/test/java/fr/mael/jiwigo/TestBase.java

    r6963 r9431  
    1010    public TestBase() {
    1111        Main.sessionManager = new SessionManager("mael", "motdepasse", "http://mael.piwigo.com");
    12         if (!Main.sessionManager.processLogin()) {
     12        if (Main.sessionManager.processLogin() != 0) {
    1313            try {
    1414                throw new Exception("Connection failed");
Note: See TracChangeset for help on using the changeset viewer.